@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
@Inherited
public @interface Minimize
Used to identify (pre and post) processors which performs minimization. This is useful when the minimization isn't
desired (for debug purposes). This annotations is inherited, because classes which extends a super class having this
annotation, will also inherit the minimize aware characteristic.
- Author:
- Alex Objelean