Uses of Enum
org.glassfish.pfl.tf.spi.annotation.TraceEnhanceLevel
Packages that use TraceEnhanceLevel
-
Uses of TraceEnhanceLevel in org.glassfish.pfl.tf.spi.annotation
Methods in org.glassfish.pfl.tf.spi.annotation that return TraceEnhanceLevelModifier and TypeMethodDescriptionstatic TraceEnhanceLevelReturns the enum constant of this type with the specified name.static TraceEnhanceLevel[]TraceEnhanceLevel.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TraceEnhanceLevel in org.glassfish.pfl.tf.tools.enhancer
Constructors in org.glassfish.pfl.tf.tools.enhancer with parameters of type TraceEnhanceLevelModifierConstructorDescriptionTFEnhanceAdapter(org.objectweb.asm.ClassVisitor cv, TraceEnhanceLevel required, TraceEnhanceLevel result, EnhancedClassData ecd)