Annotation Interface MCRPostConstruction


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface MCRPostConstruction
This annotation tells which method should be called after the creation of the object. The method should have a String as a parameter which will get the property passed.
Author:
Sebastian Hofmann