Annotation Interface SkipValueCheckDuringDependencyCheck


@Retention(RUNTIME) @Target(TYPE) public @interface SkipValueCheckDuringDependencyCheck
This annotation is used for virtual attribute modules marking.

Virtual attributes that has a module, which are annotated with this interface, are skipped while checking attributes value during dependencies check. This provides an optimization. It is not necessary to calculate virtual attributes value if its module has empty value check methods.

Author:
Vojtech Sassmann <vojtech.sassmann@gmail.com>
See Also: