org.openrdf.repository.object.annotations
Annotation Type localized


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface localized

Methods with this annotation will use the configured locale to use the closest matching or the set of closest matching String values.

Author:
James Leigh

Optional Element Summary
 String[] value
           
 

value

public abstract String[] value
Default:
{}


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.