org.oddjob.arooa.deploy
Class AnnotationDefinition
java.lang.Object
org.oddjob.arooa.deploy.AnnotationDefinition
public class AnnotationDefinition
- extends Object
The bean for the <arooa:annotation> definition in a descriptor.
Description
Create a synthetic annotation for a method.- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationDefinition
public AnnotationDefinition()
getName
public String getName()
setName
public void setName(String name)
getMethod
public String getMethod()
setMethod
public void setMethod(String method)
setParameterTypes
public void setParameterTypes(String parameterTypes)
getParameterTypes
public String getParameterTypes()