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 java.lang.Object
A trivial lock that monitors if a class is currently loaded by the current thread.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
locked
Iftrue
, a class is currently loaded by the current lock.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TrivialLock()
-