BeanCreationMethod.java

package sprout.beans;

public enum BeanCreationMethod {
    CONSTRUCTOR, FACTORY_METHOD
}