public abstract class AnnotationLiteral<T extends Annotation> extends Object implements Annotation
public class InstantiateLiteral extends AnnotationLiteralimplements 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, wait
equals, hashCode, toString
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public org.objectweb.asm.Type getType()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.