Uses of Enum
net.bytebuddy.utility.AnnotationComparator
Packages that use AnnotationComparator
Package
Description
This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of AnnotationComparator in net.bytebuddy.utility
Subclasses with type arguments of type AnnotationComparator in net.bytebuddy.utilityModifier and TypeClassDescriptionenumA comparator for guaranteeing a stable order for declaredAnnotations.Methods in net.bytebuddy.utility that return AnnotationComparatorModifier and TypeMethodDescriptionstatic AnnotationComparatorReturns the enum constant of this type with the specified name.static AnnotationComparator[]AnnotationComparator.values()Returns an array containing the constants of this enum type, in the order they are declared.