org.compass.annotations
Annotation Type SearchableMetaDatas
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface SearchableMetaDatas
Defines a collection of SearchableMetaData associated with
a Searchable class field/property.
Only applies to a field/property that is annotated with SearchableId
or SearchableProperty.
- Author:
- kimchy
value
public abstract SearchableMetaData[] value
- Colleciton of meta-data that will be associated with a
Searchable class field/property.
Copyright (c) 2004-2008 The Compass Project.