Contribution org.nuxeo.ecm.platform.annotations.services.DefaultAnnotationContrib--urlPatternFilter
This contribution is part of XML component org.nuxeo.ecm.platform.annotations.services.DefaultAnnotationContrib
inside nuxeo-annot-core-7.10.jar /OSGI-INF/annotations-default-contrib.xml
Extension point
Extension point urlPatternFilter of component AnnotationsService.Contributed items
XML source
<extension point="urlPatternFilter" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
<urlPatternFilter order="Deny,Allow">
<deny>.*</deny>
<allow>.*</allow>
</urlPatternFilter>
</extension>