Annotation Interface ExternalRefinementsFor


@Retention(RUNTIME) @Target(TYPE) public @interface ExternalRefinementsFor
Annotation to create refinements for an external library. The annotation receives the path of the library e.g. @ExternalRefinementsFor("java.lang.Math")
Author:
catarina gamboa
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The prefix of the external method
  • Element Details

    • value

      String value
      The prefix of the external method
      Returns: