Annotation Type ModeledConstructor
-
@Retention(RUNTIME) @Target(METHOD) public @interface ModeledConstructorUsed 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.StringdescriptorThe descriptor of the modeled constructor.
-