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 Details

    • locked

      protected boolean locked
      If true, a class is currently loaded by the current lock.
  • Constructor Details

    • TrivialLock

      protected TrivialLock()