public class ConfiguredType extends Object
Constructor and Description |
---|
ConfiguredType(Class type)
Creates an instance of this class hereby evaluating the config annotations given for later effective
injection (configuration) of instances.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(Object instance)
Method called to configure an instance.
|
Class |
getType() |
static boolean |
isConfigured(Class type) |
String |
toString() |
public ConfiguredType(Class type)
type
- the instance type.Copyright © 2014–2015 Apache Software Foundation. All rights reserved.