-
```
What steps will reproduce the problem?
1. Jar that includes an annotation class and a class that declares the
annotation on a method (probably doesn't work for other annotated objects
either)
2.…
-
Example
``` php
/**
* Show all categories
*
* Get a JSON representation of all the categories.
*
* @Get("/{?page,pageSize}")
* @Versions({"v1"})
* @Parameters({
* @Parameter("page", desc…
-
```
Hello,
I don't know how I did not come across all the goodies you have created
and accumulated. Excelent job !
Any problem with existing icons ?
It would be usefull to be able to use the icons …
-
```
Suggestion:
An annotation should be a "key wavelet-name" pair, instead of "key value"
pair.
Background:
Soren Lassen wrote that "If you want an annotation with a complex
structured value you h…
-
Original Reporter: gyorfimi
Environment: mac osx 10.6.2, grails 1.2.1
Version: 1.2.1
Migrated From: http://jira.grails.org/browse/GRAILS-6804
When working with in-place plugins, when I modify a contr…
-
```
What steps will reproduce the problem?
1. Create abstract class for exsample
...
@EActivity
abstract class AbstractActivity extends Activity {
...
with some functionality.
2. try to use extend i…
-
```
What steps will reproduce the problem?
1. Jar that includes an annotation class and a class that declares the
annotation on a method (probably doesn't work for other annotated objects
either)
2.…
-
```
Creation of a shedskin package:
The setup.py was modified to create a execuable 'shedskin.py', that can be
symlinced to anywhere where needed. On later installs the executable will
be smaler, bec…
-
```
Hello,
I don't know how I did not come across all the goodies you have created
and accumulated. Excelent job !
Any problem with existing icons ?
It would be usefull to be able to use the icons …
-
```
I am trying to access HttpServletRequest Object in my Odata service provider. I
want to know if there is a way to do this. I tried accesing it from @Context
annotaion. But I am getting a NULL he…