Annotationsschnittstelle CodeGenerationHint


@Retention(SOURCE) @Target(METHOD) public @interface CodeGenerationHint
Provide code generation hints to the compiler (e.g. names to use for generated members).
Autor:
Andy Clement
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
     
  • Elementdetails

    • ifNameSuffix

      String ifNameSuffix
      Gibt zurück:
      the name suffix to use for a generated member representing an if pointcut (prefix will be 'ajc$if$'). If left blank, a suffix will be generated.
      Standard:
      ""