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