@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Keyable
Keyable
annotation is used to annotate an annotation that
can be keyed. This can be useful with repeatable annotations where each of
the repeated annotations can be keyed differently. The method
ReflectionUtils.getAnnotationsByType(Class, Class, AnnotatedElement)
can be used to retrieved those as a map.
The value defined must correspond to an element in the annotated annotation which holds the unique key for the annotation.
public abstract String value
Copyright (C) 2015-2017 The Helenus Driver Project Authors.