Annotation Type ELBeanName


@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) public @interface ELBeanName
This annotation can be placed on a bean to tell Rewrite about the name the bean in the EL context.
Author:
Christian Kaltepoth
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the annotated bean in the EL context
  • Element Details

    • value

      String value
      The name of the annotated bean in the EL context