org.apache.tapestry5.ioc.def
Interface ServiceDef3
- All Superinterfaces:
- AnnotationAccess, ServiceDef, ServiceDef2
- All Known Implementing Classes:
- ServiceDefImpl
public interface ServiceDef3
- extends ServiceDef2, AnnotationAccess
Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class,
and on methods of the class. In rare cases, the same annotation type will appear on the service interface
and on the class (or method implementation in the class); the implementation annotation always
has precedence over the interface annotation.
- Since:
- 5.3
Copyright © 2003-2012 The Apache Software Foundation.