cziegeler commented on a change in pull request #15: URL: https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions/pull/15#discussion_r649304153
########## File path: src/main/java/org/apache/sling/feature/extension/apiregions/api/config/PropertyDescription.java ########## @@ -457,4 +465,33 @@ public PlaceholderPolicy getPlaceholderPolicy() { public void setPlaceholderPolicy(final PlaceholderPolicy policy) { this.placeholderPolicy = policy == null ? PlaceholderPolicy.DEFAULT : policy; } + + /** + * Get the placeholder regex + * @return the placeholder regex or {@code null} + */ + public String getPlaceholderRegex() { Review comment: Please add a @since tag for the new methods -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org