public interface MethodEnhancer
Modifier and Type | Method and Description |
---|---|
void |
enhance(GenClass genClass,
JMethod jMethod,
JAnnotation jAnn)
Enhances the method.
|
void |
setAnnotation(java.lang.Class ann)
Sets the annotation.
|
void setAnnotation(java.lang.Class ann) throws ConfigException
ConfigException
void enhance(GenClass genClass, JMethod jMethod, JAnnotation jAnn)
genClass
- the generated classjMethod
- the method to be enhancedjAnn
- the annotation to be enhanced