Annotation Type Pass


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Pass
Use this method to mark a class or method in order to indicate the translation-pass that the class or method related to.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    This method retrieves the user-defined name of the pass.
  • Element Details

    • value

      String value
      This method retrieves the user-defined name of the pass.
      Returns:
      the name of the translation-pass.