Annotation Interface ModeledStaticMethod


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

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

    • name

      String name
      The name of the modeled method.
    • descriptor

      String descriptor
      The descriptor of the modeled method.