ProtocolLib/src/main/java/com/comphenix/protocol/utility/ByteBuddyGenerated.java
Pasqual Koschmieder c5f0550953
Use MethodHandles for reflection (#1561)
* don't enforce async calls for thread-safe listeners (closes #1551)
* cleanups, remove structure compiling
* improve cloning a bit
* fix small issue in no-op structure modifier
* remove last usages of FieldUtils
* improve and fix equality check in container test
2022-07-24 10:16:05 -04:00

11 lines
173 B
Java

package com.comphenix.protocol.utility;
/**
* Represents an object that has been generated using ByteBuddy.
*
* @author Pim
*/
public interface ByteBuddyGenerated {
}