Annotation Type ModeledConstructor
-
@Retention(RUNTIME) @Target(METHOD) public @interface ModeledConstructor
Used to identify methods that model behavior for constructors 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 constructor.
-