public class DefaultAnnotation
extends java.lang.Object
| Constructor and Description |
|---|
DefaultAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
static <A extends java.lang.annotation.Annotation> |
of(java.lang.Class<A> annotation)
Creates an instance of an annotation with all properties set to their default values.
|