Annotation Interface CodeGenerationHint


@Retention(SOURCE) @Target(METHOD) public @interface CodeGenerationHint
Provide code generation hints to the compiler (e.g. names to use for generated members).
Author:
Andy Clement
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • ifNameSuffix

      String ifNameSuffix
      Returns:
      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.
      Default:
      ""