|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@Documented
public @interface DynamicBoostApply a dynamic boost factor on a field or a whole entity.
| Required Element Summary | |
|---|---|
Class<? extends BoostStrategy> |
impl
|
| Element Detail |
|---|
public abstract Class<? extends BoostStrategy> impl
BoostStrategy to apply a boost
value as function of the annotated object.BoostStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||