Annotation Type ModeledInstanceMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface ModeledInstanceMethodUsed to identify methods that model behavior for instance methods of a class modeled inModel.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdescriptorThe descriptor of the modeled method.java.lang.StringnameThe name of the modeled method.
-