Package | Description |
---|---|
net.sourceforge.jenesis4java | |
net.sourceforge.jenesis4java.impl |
Modifier and Type | Method and Description |
---|---|
Annotation |
Member.addAnnotation(String text)
Creates a new annotation with the given name and adds it as the last
annotation.
|
Annotation |
Annotation.addAnnotationAttribute(AnnotationAttribute annotation)
Deprecated.
Avoid using this method. Create a new
AnnotationAttribute instead. |
Annotation |
AnnotationAttribute.getValueAnnotation() |
Annotation[] |
AnnotationAttribute.getValueAnnotations() |
abstract Annotation |
VirtualMachine.newAnnotation(Class<?> annotationClass) |
abstract Annotation |
VirtualMachine.newAnnotation(String text)
Creates a new annotation with the given name.
|
Annotation |
Annotation.setName(String name)
Deprecated.
The concept of "name" and "text" is ill-defined in this
class. Avoid using this method, set the appropriate name
using factory methods instead.
|
Annotation |
Annotation.setText(String text)
Deprecated.
The concept of "name" and "text" is ill-defined in this
class. Avoid using this method, set the appropriate name
using factory methods instead. To set attributes, use
addAnnotationAttribute(String) instead. |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
Member.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
Member |
Member.addAnnotation(Annotation annotation) |
AnnotationAttribute |
AnnotationAttribute.addValueAnnotation(Annotation valueAnnotation) |
AnnotationAttribute |
AnnotationAttribute.setValueAnnotation(Annotation valueAnnotation) |
AnnotationAttribute |
AnnotationAttribute.setValueAnnotations(Annotation[] valueAnnotation) |
Modifier and Type | Method and Description |
---|---|
Annotation |
MVM.newAnnotation(Class<?> annotationClass) |
Annotation |
MVM.newAnnotation(String text) |
Copyright © 2000–2018 jenesis4java. All rights reserved.