Annotation Type ModeledStaticMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface ModeledStaticMethodUsed to identify methods that model behavior for static 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.
-