Package net.bytebuddy.agent.builder
Class AgentBuilder.CircularityLock.WithInnerClassLoadingLock.TrivialLock
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.CircularityLock.WithInnerClassLoadingLock.TrivialLock
- Enclosing class:
AgentBuilder.CircularityLock.WithInnerClassLoadingLock
protected static class AgentBuilder.CircularityLock.WithInnerClassLoadingLock.TrivialLock
extends Object
A trivial lock that monitors if a class is currently loaded by the current thread.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Iftrue
, a class is currently loaded by the current lock. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
locked
protected boolean lockedIftrue
, a class is currently loaded by the current lock.
-
-
Constructor Details
-
TrivialLock
protected TrivialLock()
-