public abstract class AnnotationLiteral<T extends Annotation> extends Object implements Annotation
public class InstantiateLiteral extends AnnotationLiteral implements Instantiate {
public String name() {
return "";
}
}
| Constructor and Description |
|---|
AnnotationLiteral() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
org.objectweb.asm.Type |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic Class<? extends Annotation> annotationType()
annotationType in interface Annotationpublic org.objectweb.asm.Type getType()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.