public annotation interface  org.springframework.beans.factory.'annotation'.Configurable extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract java.lang.String value();
public abstract org.springframework.beans.factory.'annotation'.Autowire autowire();
public abstract boolean dependencyCheck();
public abstract boolean preConstruction();
}