| Interface | Description |
|---|---|
| ReflectionConstructable |
This is a marker interface for classes which can be loaded by reflection.
|
| ReflectionConstructable1<T0> |
This is a marker interface for classes which can be loaded by reflection
taking one argument.
|
| ReflectionConstructable10<T0,T1,T2,T3,T4,T5,T6,T7,T9,T10> |
This is a marker interface for classes which can be loaded by reflection
taking ten arguments.
|
| ReflectionConstructable2<T0,T1> |
This is a marker interface for classes which can be loaded by reflection
taking two arguments.
|
| ReflectionConstructable3<T0,T1,T2> |
This is a marker interface for classes which can be loaded by reflection
taking three arguments.
|
| ReflectionConstructable4<T0,T1,T2,T3> |
This is a marker interface for classes which can be loaded by reflection
taking four arguments.
|
| ReflectionConstructable5<T0,T1,T2,T3,T4> |
This is a marker interface for classes which can be loaded by reflection
taking five arguments.
|
| ReflectionConstructable6<T0,T1,T2,T3,T4,T5> |
This is a marker interface for classes which can be loaded by reflection
taking six arguments.
|
| ReflectionConstructable7<T0,T1,T2,T3,T4,T5,T6> |
This is a marker interface for classes which can be loaded by reflection
taking seven arguments.
|
| ReflectionConstructable8<T0,T1,T2,T3,T4,T5,T6,T7> |
This is a marker interface for classes which can be loaded by reflection
taking eight arguments.
|
| ReflectionConstructable9<T0,T1,T2,T3,T4,T5,T6,T7,T9> |
This is a marker interface for classes which can be loaded by reflection
taking nine arguments.
|
| Class | Description |
|---|---|
| ReflectionConstructableProcessor |
Checks for correct implementation of static createInstance() methods as
defined in
ReflectionConstructable. |
| ReflectionLoader |