This commit is contained in:
Steve Ebersole 2024-07-31 11:36:45 -05:00
parent 37644a42a8
commit c9cc54d156

View File

@ -56,6 +56,7 @@
* *
* @author Gavin King * @author Gavin King
*/ */
@SuppressWarnings("unused")
public interface Interceptor { public interface Interceptor {
/** /**
* Called just before an object is initialized. The interceptor may change the {@code state}, which will * Called just before an object is initialized. The interceptor may change the {@code state}, which will