Annotation Interface ModeledConstructor


@Retention(RUNTIME) @Target(METHOD) public @interface ModeledConstructor
Used to identify methods that model behavior for constructors of a class modeled in Model.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The descriptor of the modeled constructor.
  • Element Details

    • descriptor

      String descriptor
      The descriptor of the modeled constructor.