Uses of Annotation Interface
net.bytebuddy.agent.utility.nullability.AlwaysNull
Packages that use AlwaysNull
Package
Description
The Byte Buddy agent allows the redefinition of classes at runtime.
-
Uses of AlwaysNull in net.bytebuddy.agent
Fields in net.bytebuddy.agent with annotations of type AlwaysNullModifier and TypeFieldDescriptionprivate static final ClassLoaderByteBuddyAgent.BOOTSTRAP_CLASS_LOADERRepresentation of the bootstrapClassLoader.private static final FileByteBuddyAgent.CANNOT_SELF_RESOLVERepresents a failed attempt to self-resolve a jar file location.private static final InstrumentationByteBuddyAgent.UNAVAILABLEAn indicator variable to express that no instrumentation is available.private static final StringByteBuddyAgent.WITHOUT_ARGUMENTRepresents a no-op argument for a dynamic agent attachment.