Annotation Type IpsPublishedInterface
-
@Retention(RUNTIME) @Target(TYPE) public @interface IpsPublishedInterfacePreserves design time information about the implementation class of a published interface.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>implementationThe class implementing this interface
-