|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||

See:
Description
| Annotation Types Summary | |
|---|---|
| MayBeNull | If one of an argument of a method can be null you can use this annotation to mark it. |
| MayReturnNull | Use this annotation to mark methods which can return null values. |
| NotNull | Deprecated. use javax.validation.constraints.NotNull |
| NullArgsAllowed | Use this annotation to mark methods which are allowed to have null values as argument. |
| PublicForTesting | With this annotation you can mark methods which are public for testing but which should *never* be called from outside, but only from test methods or from the class itself. |
| SuppressLoggerWarning | Use this annotation to suppress the warnings of the LoggerAspect in "patterntesting.check.runtime". |
This package contains the annotations for PatternTesting Check-RT.
The annotations in this package can be used to control some
runtime checks. In this case you must include
patterntesting-check-rt-x.x.x.jar as AspectJ library.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||