Package manifold.ext.rt.api
Annotation Type Extension
-
@Retention(CLASS) @Target({TYPE,METHOD}) public @interface Extension
Use this annotation to indicate a class is a Manifold Extension class. Also if an extension method defined in an extension class is intended to be static in the extended class, it must be declared with this annotation, otherwise because there is no 'this' argument there is no place to designate a @This parameter.