-
Hi,
I've read that a plugin model for creating custom annotations will be available for version 4.0 I was wondering approximately by when would it be available?
Thanks!
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
```
In the latest version 3.6.0. Annotation Processing stopped working for library
projects. I'm using androidannotations that generates a whole lot of classes at
compile time. If the same project i…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
```
Hello !
Recently, our builds stopped working on Jenkins. Here is the console output :
https://androidannotations.ci.cloudbees.com/job/AndroidAnnotations_CI/26/console
As you can see from the st…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
```
Given the following code :
@EActivity
public class ExtraInjectedActivity extends Activity{
@Extra
String simpleExtra;
}
Obviously, @Extra lacks a "key" value. A compile error is show…
-
```
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected ou…
-
Here https://github.com/excilys/androidannotations/pull/1162#issuecomment-66360768 @dodgex suggested to allow the subclass as a parameter. I think it would be very convenient to allow this for other l…