public class MetaAnnotationBindingRegistry extends CompletableBindingRegistry
MetaAnnotationBindingRegistry
is a registry that tries to complete its list
of bindings when an unknown one is detected.
It uses the given ResourceStore
to parse the annotation's type and find if
it's annotated with @Stereotype
,Constructor and Description |
---|
MetaAnnotationBindingRegistry(BindingRegistry delegate,
Reporter reporter,
ResourceStore store) |
Modifier and Type | Method and Description |
---|---|
protected List<Binding> |
createBindings(org.objectweb.asm.Type type) |
protected Iterable<Binding> |
nullBindingsForMetaAnnotations() |
addBindings, getBindings, selection
public MetaAnnotationBindingRegistry(BindingRegistry delegate, Reporter reporter, ResourceStore store)
protected List<Binding> createBindings(org.objectweb.asm.Type type)
createBindings
in class CompletableBindingRegistry
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.