@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) @Documented public @interface DynamicBoost
Modifier and Type | Required Element and Description |
---|---|
Class<? extends BoostStrategy> |
impl |
public abstract Class<? extends BoostStrategy> impl
BoostStrategy
to apply a boost
value as function of the annotated object.BoostStrategy
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved