| Modifier and Type | Method and Description |
|---|---|
Location |
Annotation.getLocation() |
static Location |
Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location[] |
Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClassMock |
ClassMock.addAnnotation(String property,
Class annotationClass,
Location location) |
ClassMock |
ClassMock.addAnnotation(String property,
Class annotationClass,
Location location,
Object value) |
ClassMock |
ClassMock.addAnnotation(String property,
Class annotationClass,
Location location,
String annotationProperty,
Object value) |
void |
Annotation.setLocation(Location location) |
| Constructor and Description |
|---|
Annotation(Class annotation,
Location location) |
Copyright © 2016 Esfinge Framework. All rights reserved.