This repository was archived by the owner on Jan 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Docs Reflection Annotations Available
Frank Kleine edited this page Apr 7, 2012
·
1 revision
This page provides a list of all annotations that are made available by the different Stubbles packages. It can be used as a reference if you stumble across an annotation and want to know what it is used for.
| annotation | package | documentation |
|---|---|---|
| @ImplementedBy | net::stubbles::ioc | Inversion of Control |
| @ProvidedBy | net::stubbles::ioc | Inversion of Control |
| @Inject | net::stubbles::ioc | Inversion of Control |
| @Named | net::stubbles::ioc | Inversion of Control |
| @Singleton | net::stubbles::ioc | Inversion of Control |
| @Filter | net::stubbles::ipo::request::broker | Request broker |
| @WebMethod | net::stubbles::service | Easy AJAX with JSON-RPC |
| @RestMethod | net::stubbles::service::rest | Providing ReST services |
| @XMLAttribute | net::stubbles::xml::serializer | Creating XML documents with the XMLSerializer |
| @XMLFragment | net::stubbles:xml:::serializer | Creating XML documents with the XMLSerializer |
| @XMLIgnore | net::stubbles::xml::serializer | Creating XML documents with the XMLSerializer |
| @XMLMatcher | net::stubbles::xml::serializer | Creating XML documents with the XMLSerializer |
| @XMLMethods | net::stubbles::xml::serializer | Creating XML documents with the XMLSerializer |
| @XMLProperties | net::stubbles::xml::serializer | Creating XML documents with the XMLSerializer |
| @XMLTag | net::stubbles::xml::serializer | Creating XML documents with the XMLSerializer |
| @XSLMethod | net::stubbles::xml::xsl | Building XML/XSL-driven websites with the MVC component |