public class Annotations
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TypeName |
INTERNAL |
static TypeName |
NONNULL |
| Constructor and Description |
|---|
Annotations() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasAnnotation(IClass c,
TypeName type)
Does a particular class have a particular annotation?
|
static boolean |
hasAnnotation(IField field,
TypeName type) |
static boolean |
hasAnnotation(IMethod m,
TypeName type)
Does a particular method have a particular annotation?
|
public static final TypeName INTERNAL
public static final TypeName NONNULL