Uses of Enum
net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForInstrumentedType
Packages that use TypeAttributeAppender.ForInstrumentedType
Package
Description
All types and classes in this package are responsible for writing attributes for a given Java byte code element,
i.e.
-
Uses of TypeAttributeAppender.ForInstrumentedType in net.bytebuddy.implementation.attribute
Subclasses with type arguments of type TypeAttributeAppender.ForInstrumentedType in net.bytebuddy.implementation.attributeModifier and TypeClassDescriptionstatic enumAn attribute appender that writes all annotations that are found on a given target type to the instrumented type this type attribute appender is applied onto.Methods in net.bytebuddy.implementation.attribute that return TypeAttributeAppender.ForInstrumentedTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.TypeAttributeAppender.ForInstrumentedType.values()Returns an array containing the constants of this enum type, in the order they are declared.