@Contract @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ConfiguredBy
Configured bean they are associated with, and
configured by.| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
value
Configured class that the component will be associated with. |
public abstract Class<?> value
Configured class that the component will be associated with.Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.