org.oddjob.arooa.deploy
Class AnnotationDefinition

java.lang.Object
  extended by 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

Constructor Summary
AnnotationDefinition()
           
 
Method Summary
 String getMethod()
           
 String getName()
           
 String getParameterTypes()
           
 void setMethod(String method)
           
 void setName(String name)
           
 void setParameterTypes(String parameterTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationDefinition

public AnnotationDefinition()
Method Detail

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()