ch.sahits.codegen.java.generator.ast
Annotation Type AReplaceMethods


@Retention(value=RUNTIME)
@Documented
public @interface AReplaceMethods

This annotation tells the annotation processor which methods in the method body must be replaced by its AValueProvider.

Since:
0.9.0
Author:
Andi Hotz

Required Element Summary
 java.lang.String[] methodNames
          Array of the names of the methods that are to be replaced
 

Element Detail

methodNames

public abstract java.lang.String[] methodNames
Array of the names of the methods that are to be replaced