pascallouisperez / jsonmarshaller

JsonMarshaller is a Java 1.5 library that allows marshalling and unmarshalling of JSON objects to and from entities ("Java classes").
Apache License 2.0
1 stars 0 forks source link

Annotate with @Value non getters (setters) #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If we have the method

{{{
int size() { ...
}}}

we would like to annotate it with {{{@Value}}} instead of creating a getter
just for the library.

Original issue reported on code.google.com by pascallo...@gmail.com on 28 Feb 2008 at 9:48