Annotation Type Invisible
-
@Target(METHOD) @Retention(RUNTIME) public @interface InvisibleMarker annotation for methods which shall be invisible to the dynamic dispatch mechanism, i.e., which shall not be recognized as artifact types or artifact operations (internal operations of the artifact model). Constructors and files are not visible per se. Further, certain basic methods such as those injava.lang.Objectare invisible by default (see alsoTypeRegistry.INVISIBLE_BY_DEFAULTfor all such classes).- Author:
- Holger Eichelberger
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleaninheritWhether this annotation shall be inherited by subclasses / overridden methods (defaultfalse).
truefor inheriting,falseelse
-