info.magnolia.module.blossom.annotation
Annotation Type I18nBasename


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface I18nBasename

Used to specify the base id if the resource bundle to use. Used in combination with Template and DialogFactory.

Since:
1.0
See Also:
Template, DialogFactory

Required Element Summary
 String value
          The base id of the resource bundle to use.
 

Element Detail

value

public abstract String value
The base id of the resource bundle to use.



Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.