@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface InjectParent
If marked with this class, the parent object will be injected
by construction via the constructor. If no suitable constructor
is found it will fallback to the nor args constructor.
5
- See Also:
SimpleConversionHandler