| Package | Description |
|---|---|
| net.sf.esfinge.classmock | |
| net.sf.esfinge.classmock.api | |
| net.sf.esfinge.classmock.api.enums | |
| net.sf.esfinge.classmock.imp |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
ClassMock.annotation(Class<? extends Annotation> annotation,
LocationEnum location) |
| Modifier and Type | Method and Description |
|---|---|
LocationEnum |
IAnnotationLocationReader.location()
Inform the location where the annotation is to be.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
IAnnotationWriter.annotation(Class<? extends Annotation> annotation,
LocationEnum location)
Add an annotation and defining the location of it.
|
IAnnotationPropertyWriter |
IAnnotationLocationWriter.location(LocationEnum location)
Define the location where the annotation is to be.
|
| Modifier and Type | Method and Description |
|---|---|
static LocationEnum |
LocationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationEnum[] |
LocationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LocationEnum |
AnnotationImp.location() |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
FieldImp.annotation(Class<? extends Annotation> annotation,
LocationEnum location) |
IAnnotationPropertyWriter |
MethodImp.annotation(Class<? extends Annotation> annotation,
LocationEnum location) |
IAnnotationPropertyWriter |
AnnotationImp.location(LocationEnum location) |
Copyright © 2018 Esfinge Framework. All rights reserved.