Annotation Type 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
      java.lang.String descriptor
      The descriptor of the modeled method.
      java.lang.String name
      The name of the modeled method.
    • Element Detail

      • name

        java.lang.String name
        The name of the modeled method.
      • descriptor

        java.lang.String descriptor
        The descriptor of the modeled method.