Annotation Type ModeledInstanceMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface ModeledInstanceMethod
Used 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.String
descriptor
The descriptor of the modeled method.java.lang.String
name
The name of the modeled method.
-