org.vraptor.annotations |
VRaptor's public annotations to use in your business components.
|
Java Source File Name | Type | Comment |
Component.java | Annotation | A vraptor's component. |
Conversion.java | Annotation | Overrides a converter for an specific property. |
Destroy.java | Annotation | Annotates a method as a component destroy call. |
In.java | Annotation | Describes a field where injection should be performed. |
InterceptedBy.java | Annotation | Sets a list of interceptors for a class. |
Logic.java | Annotation | Describes a method as a logic. |
Out.java | Annotation | Field outjection: describes a field as to be outjected after logic execution. |
Parameter.java | Annotation | Marks a field to read parameters from request. |
Read.java | Annotation | Marks a field to read parameters from request. |
Remotable.java | Annotation | |
Viewless.java | Annotation | Tells the presentation layer that there is no view associated with this
bussiness logic. |