|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeAndAnnotation
Java type and associated JAXB annotations.
| Method Summary | |
|---|---|
void |
annotate(JAnnotatable programElement)
Annotates the given program element by additional JAXB annotations that need to be there at the point of reference. |
boolean |
equals(Object o)
Two TypeAndAnnotation are equal if they
has the same type and annotations. |
JType |
getTypeClass()
Returns the Java type. |
| Method Detail |
|---|
JType getTypeClass()
JType is a representation of a Java type in a codeModel.
If you just need the fully-qualified class name, call JType.fullName().
void annotate(JAnnotatable programElement)
boolean equals(Object o)
TypeAndAnnotation are equal if they
has the same type and annotations.
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||