org.aspectj.lang.annotation.control
Annotation Type CodeGenerationHint


@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface CodeGenerationHint

Provide code generation hints to the compiler (e.g. names to use for generated members).


Optional Element Summary
 java.lang.String ifNameSuffix
          Defines the name suffix to use for a generated member representing an if pointcut (prefix will be 'ajc$if$').
 

ifNameSuffix

public abstract java.lang.String ifNameSuffix
Defines 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:
""