| spoon.aval.Validator
Method Summary | |
public void | check(ValidationPoint<V> vp) This method implements the validation for a given meta-annotation
Each time a meta-annotation is to be validated, a new instance of the
class is constructed,and this method is called. |
check | public void check(ValidationPoint<V> vp)(Code) | | This method implements the validation for a given meta-annotation
Each time a meta-annotation is to be validated, a new instance of the
class is constructed,and this method is called. Because of this, information
that needs to be kept between validations must be kept in static fields.
It is this method's responsability to raise errors or warnings as it
sees fit.
Parameters: vp - a ValidationPoint containing the information relevant to validatethe use of an annotation |
|
|