Package patterntesting.annotation.check.runtime

Package class diagram package patterntesting.annotation.check.runtime
This package contains the annotations for PatternTesting Check-RT.

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".
 

Package patterntesting.annotation.check.runtime Description

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.

Since:
0.8


Copyright © 2002–2014 PatternTesting Team. All rights reserved.