@Retention(value=RUNTIME) @Target(value={TYPE,ANNOTATION_TYPE}) @Documented public @interface DefaultImplementation
Qualifier.| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
value
The implementation class.
|
| Modifier and Type | Optional Element and Description |
|---|---|
CachePolicy |
cachePolicy
The default cache policy of this default.
|
boolean |
skipIfUnusable
Whether the default binding should be skipped if its dependencies cannot be satisfied.
|
public abstract Class<?> value
public abstract CachePolicy cachePolicy
Copyright © 2016 GroupLens Research. All rights reserved.