Package org.mule.api.annotation
-
Annotation Types Summary Annotation Type Description Experimental Marks the annotated member as experimental.NoExtend Indicates that a class must not be extended by clients.NoImplement Indicates that an interface must not be implemented by clients.NoInstantiate Indicates that a client should not instantiate an annotated class, nor use an annotated constructor.