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
      java.lang.String value
      The full signature of a class that should be extended like "java/lang/String"
    • Element Detail

      • value

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