public class AnnotationBuilder
extends java.lang.Object
| Constructor and Description |
|---|
AnnotationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String value)
Adds the text value to the signature.
|
java.lang.String |
getSignature()
Returns the signature.
|
void |
init()
Initialize the signature.
|
java.lang.Object |
replaceObject() |
java.lang.String |
toString() |
public java.lang.String getSignature()
public void addText(java.lang.String value)
@PostConstruct public void init() throws ConfigException
ConfigExceptionpublic java.lang.Object replaceObject()
public java.lang.String toString()
toString in class java.lang.Object