Annotation Type Partial


@Retention(CLASS) @Target(TYPE) public @interface Partial
Mark a class as an extension/partial of an existing class.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The full signature of a class that should be extended like "java/lang/String"
  • Element Details

    • value

      String value
      The full signature of a class that should be extended like "java/lang/String"
      Returns:
      the signature