rewrite-api-el 2.0.0.Final

org.ocpsoft.rewrite.el
Annotation Type ELBeanName


@Inherited
@Documented
@Target(value=TYPE)
@Retention(value=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
 String value
          The name of the annotated bean in the EL context
 

Element Detail

value

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


rewrite-api-el 2.0.0.Final

Copyright © 2013 OCPsoft. All Rights Reserved.