classfilewriter 1.1.2.Final
-
- All Implemented Interfaces:
- WritableEntry
- Direct Known Subclasses:
- AnnotationAnnotationValue, ArrayAnnotationValue, BooleanAnnotationValue, ByteAnnotationValue, CharAnnotationValue, ClassAnnotationValue, DoubleAnnotationValue, EnumAnnotationValue, FloatAnnotationValue, IntAnnotationValue, LongAnnotationValue, ShortAnnotationValue, StringAnnotationValue
public abstract class AnnotationValue
extends Object
implements WritableEntry
Represents an annotation name/value pair. This class can also represent a value an an array valued annotation instance, if
the name is null
- Author:
- Stuart Douglas
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getName
public String getName()
classfilewriter 1.1.2.Final
Copyright © 2021 JBoss by Red Hat. All rights reserved.