org.springframework.jee.validation
Class AnnotatedMethodSpecificationRule
java.lang.Object
org.springframework.jee.validation.AbstractSpecificationRule
org.springframework.jee.validation.AnnotatedMethodSpecificationRule
- All Implemented Interfaces:
- SpecificationRule
public class AnnotatedMethodSpecificationRule
- extends AbstractSpecificationRule
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatedMethodSpecificationRule
public AnnotatedMethodSpecificationRule(Class annotationType,
Object annotation,
Method method,
Object instance)
getPlatforms
public Set<Platform> getPlatforms()
- Description copied from interface:
SpecificationRule
- Return the set of JEE Platforms this rule
relates to
- Returns:
- Platforms the rule represented by this location
is valid for
execute
public void execute(Object o,
InvalidDeploymentUnitException idum)
appliesTo
public boolean appliesTo(Class<?> clazz)
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.