|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Target(value={METHOD,CONSTRUCTOR,TYPE})
@Retention(value=RUNTIME)
public @interface NullArgsAllowed
Use this annotation to mark methods which are allowed to have null values
as argument.
The "patterntesting.java.runtime.AbstractNullPointerTrap" will
watch this precondition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||