net.sf.staccatocommons.restrictions.processing
Annotation Type IgnoreRestrictions


@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR,FIELD,TYPE})
public @interface IgnoreRestrictions

IgnoreRestrictions is a directive for automated annotation processors, indicating that Restrictions in the annotated element and its descendants must not be processed This annotation is incompatible with EnforceRestrictions - an element must not be annotated with IgnoreRestrictions and EnforceRestrictions at the same time

Author:
flbulgarelli
See Also:
EnforceRestrictions



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.