opendj-sdk/opends/src/server/org/opends/server/api/PasswordGenerator.java
@@ -51,6 +51,11 @@ * @param <T> The type of configuration handled by this password * generator. */ @org.opends.server.types.PublicAPI( stability=org.opends.server.types.StabilityLevel.UNCOMMITTED, mayInstantiate=false, mayExtend=true, mayInvoke=false) public abstract class PasswordGenerator <T extends PasswordGeneratorCfg> {