public abstract class AnAnnotatedMethodBuilder<A extends java.lang.annotation.Annotation> extends java.lang.Object implements IMethodBuilder
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<A> |
annClass |
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
AnAnnotatedMethodBuilder(java.lang.Class<A> annClass) |
| Modifier and Type | Method and Description |
|---|---|
protected A |
getAnnotation(java.lang.reflect.Method m) |
java.lang.Class<A> |
getAnnotationClass() |
boolean |
isAccepted(java.lang.reflect.Method m) |
java.lang.String |
requirementDescription()
Short requirement description for method to be precessed with the builder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildMethodprotected final org.apache.commons.logging.Log log
protected final java.lang.Class<A extends java.lang.annotation.Annotation> annClass
public AnAnnotatedMethodBuilder(java.lang.Class<A> annClass)
public java.lang.Class<A> getAnnotationClass()
public boolean isAccepted(java.lang.reflect.Method m)
isAccepted in interface IMethodBuilderpublic java.lang.String requirementDescription()
IMethodBuilderrequirementDescription in interface IMethodBuilderprotected A getAnnotation(java.lang.reflect.Method m)