Package rekit.util

Annotation Interface ReflectUtils.LoadMe

Enclosing class:
ReflectUtils

@Retention(RUNTIME) @Documented public static @interface ReflectUtils.LoadMe
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
Author:
Dominik Fuchss
See Also: