public abstract class AnnotationOverrides
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationOverrides.StdBuilder
To make it easy to use simple override implementation (where overrides
are direct and explicit), here is a build that allow constructing
such override instance.
|
static class |
AnnotationOverrides.StdImpl
Simple implementation configured with explicit associations with
target class as key, and overrides as ordered list of classes
(with first entry having precedence over later ones).
|
| Constructor and Description |
|---|
AnnotationOverrides() |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationOverrides.StdBuilder |
builder()
Method for constructing builder for creating simple overrides provider
that just uses direct assignments (target-to-override classes)
|
java.util.List<java.lang.Class<?>> |
mixInsFor(java.lang.Class<?> beanClass)
Method called to find out which class(es) are to be used as source
for annotations to mix in for given type.
|
abstract java.util.List<java.lang.Class<?>> |
mixInsFor(ClassKey beanClass) |
public java.util.List<java.lang.Class<?>> mixInsFor(java.lang.Class<?> beanClass)
public abstract java.util.List<java.lang.Class<?>> mixInsFor(ClassKey beanClass)
public static AnnotationOverrides.StdBuilder builder()