|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.annotations.helper.bean.checks.TimerBeanValidator
public final class TimerBeanValidator
This class ensures that the bean has no more than one timer method and that the signature of this method is valid.
Constructor Summary | |
---|---|
private |
TimerBeanValidator()
Helper class, no public constructor. |
Method Summary | |
---|---|
static void |
validate(ClassAnnotationMetadata bean)
Validate a bean (check timer objects). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private TimerBeanValidator()
Method Detail |
---|
public static void validate(ClassAnnotationMetadata bean)
bean
- bean to validate.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |