in src/main/java/org/apache/sling/contentparser/api/ParserOptions.java [137:140]
    public ParserOptions removePropertyNamePrefixes(Set<String> value) {
        this.removePropertyNamePrefixes = Collections.unmodifiableSet(value);
        return this;
    }