diff --git a/src/main/java/com/fasterxml/aalto/AaltoInputProperties.java b/src/main/java/com/fasterxml/aalto/AaltoInputProperties.java index 654ae1a..9871327 100644 --- a/src/main/java/com/fasterxml/aalto/AaltoInputProperties.java +++ b/src/main/java/com/fasterxml/aalto/AaltoInputProperties.java @@ -6,5 +6,11 @@ * {@link javax.xml.stream.XMLInputFactory}. */ public final class AaltoInputProperties { + + /** + * Feature controlling whether general entities are expanded or retained. + * + * @since 1.3 + */ public final static String P_EXPAND_GENERAL_ENTITIES = "com.fasterxml.aalto.expandGeneralEntities"; }