org.apache.commons.jexl3.annotations
Annotation Type NoJexl


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE})
public @interface NoJexl

Indicates JEXL Introspection should not see this element.

This allows to completely hide a package, class, interface, constructor, method or field from JEXL; a NoJexl annotated element will not be usable through any kind of JEXL expression or script.

See JexlSandbox for another way to restrict JEXL access.



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.