opendj-sdk/opends/src/server/org/opends/server/api/AttributeValueDecoder.java
@@ -38,6 +38,11 @@ * * @param <T> Decode the attribute value to an object of this type. */ @org.opends.server.types.PublicAPI( stability=org.opends.server.types.StabilityLevel.VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=true) public interface AttributeValueDecoder<T> { /**