public interface AnnotatedServiceImplementer<A> extends PrefixedServiceImplementer
An annotated implementer
A - The annotation type| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isAnnotated(ClassNode domainClass, MethodNode methodNode)Is the method annotated |
| Methods inherited from class | Name |
|---|---|
interface PrefixedServiceImplementer |
getHandledPrefixes, resolvePrefix |
interface ServiceImplementer |
doesImplement, implement |
Is the method annotated
domainClass - The domain class nodemethodNode - The method node