Package tigase.util.setup
Class BeanDefinition
- java.lang.Object
-
- tigase.util.setup.BeanDefinition
-
public class BeanDefinition extends Object
Created by andrzej on 30.03.2017.
-
-
Field Summary
Fields Modifier and Type Field Description static List<Class<? extends ServerComponent>>CORE_COMPONENTS
-
Constructor Summary
Constructors Constructor Description BeanDefinition(Class<?> cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getClazz()StringgetName()booleanisActive()booleanisCoreComponent()
-
-
-
Field Detail
-
CORE_COMPONENTS
public static final List<Class<? extends ServerComponent>> CORE_COMPONENTS
-
-
Constructor Detail
-
BeanDefinition
public BeanDefinition(Class<?> cls)
-
-