public static class JavaModel.HasAnnotations
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.google.gwt.thirdparty.xapi.collect.impl.SimpleStack<JavaModel.IsAnnotation> |
annotations |
| Constructor and Description |
|---|
HasAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(JavaModel.IsAnnotation annotation) |
java.lang.Iterable<JavaModel.IsAnnotation> |
getAnnotations() |
java.lang.String |
toString() |
public final com.google.gwt.thirdparty.xapi.collect.impl.SimpleStack<JavaModel.IsAnnotation> annotations
public void addAnnotation(JavaModel.IsAnnotation annotation)
public java.lang.Iterable<JavaModel.IsAnnotation> getAnnotations()
public java.lang.String toString()
toString in class java.lang.Object