Skip to content

Commit

Permalink
docs: document new custom feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo committed Mar 18, 2021
1 parent be6b580 commit 552e37f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/com/fasterxml/aalto/AaltoInputProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

0 comments on commit 552e37f

Please sign in to comment.