Package net.sf.staccatocommons.restrictions.effect

This package contains restrictions over effects of code

See:
          Description

Annotation Types Summary
SideEffectFree Side effect free is a Restriction that applies to methods that have no side effects.
Transparent Transparent is a Restriction that applies to methods that are referentially transparent - their invocations can be replaced by its return value.
 

Package net.sf.staccatocommons.restrictions.effect Description

This package contains restrictions over effects of code



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.