| com.caucho.loader.enhancer.MethodEnhancer
MethodEnhancer | public interface MethodEnhancer (Code) | | Configuration for a method-enhancer builder.
|
enhance | public void enhance(GenClass genClass, JMethod jMethod, JAnnotation jAnn)(Code) | | Enhances the method.
Parameters: genClass - the generated class Parameters: jMethod - the method to be enhanced Parameters: jAnn - the annotation to be enhanced |
setAnnotation | public void setAnnotation(Class ann) throws ConfigException(Code) | | Sets the annotation.
|
|
|