@Target(value={METHOD,TYPE,PACKAGE}) @Retention(value=RUNTIME) @Documented public @interface LinkELProvider
Modifier and Type | Required Element and Description |
---|---|
Class<? extends ELProvider> |
value
The class for the custom ELProvider that will set up the EL context for your
resource discovery.
|
public abstract Class<? extends ELProvider> value
Copyright © 2015 JBoss by Red Hat. All rights reserved.