Package rekit.util
Annotation Interface ReflectUtils.LoadMe
- Enclosing class:
- ReflectUtils
This annotation has to be applied to Classes which shall be loaded as
implementation of a specific class and shall be instantiated.
If a class wants to be loaded, the class needs a default constructor
If a class wants to be loaded, the class needs a default constructor
- Author:
- Dominik Fuchss
- See Also: