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


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

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

Since:
1.0
See Also:
Template, Paragraph, DialogFactory

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

Element Detail

value

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



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