Package spoon.support

Annotation Type Internal


@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,TYPE}) public @interface Internal
Tells that an element is not in the public API (even if it has Java visibility "public") Required because package-visibility is too coarse-grained.