opendj-sdk/opends/src/server/org/opends/server/api/AccessControlHandler.java
@@ -48,6 +48,11 @@ * @param <T> The type of access control configuration handled by * this access control provider implementation. */ @org.opends.server.types.PublicAPI( stability=org.opends.server.types.StabilityLevel.VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public abstract class AccessControlHandler <T extends AccessControlHandlerCfg> {