Annotation Type Factory


@Retention(RUNTIME)
@Target(CONSTRUCTOR)
@Documented
public @interface Factory
Annotation for usage with constructors. This can be placed on constructors that want to be injected via InstanceFactory. This annotation is handled if a class uses ReflectionSerializer.
Author:
Andreas Holstenson