org.springframework.roo.addon.plural
Annotation Type RooPlural


@Target(value={TYPE,FIELD})
@Retention(value=SOURCE)
public @interface RooPlural

Provides the plural of a particular type or field.

Since:
1.0
Author:
Ben Alex

Optional Element Summary
 String value
           
 

value

public abstract String value
Returns:
the plural name to use when working with this type or field (defaults to an empty string, which means to compute dynamically)
Default:
""


Copyright © 2011. All Rights Reserved.