-
when I try to generate helper classes for a method ArrayList using
Netbeans I get this error.
wsgen-ZemberekWebService-nonJSR109:
Problem encountered during annotation processing;
see stacktrace belo…
-
I can't seem to suppress apt warnings using either the nowarn param in the ant task, or using -nowarn
at the apt command-line. I continue to get warning messages such as:
warning: Annotation types wi…
-
If i use AndroidAnnotation in my app. AA is GNU, CDDL licensed. "When you distribute your software in an executable form (any form other than source code), you are required to make the source code ava…
-
Extend wsimport to have a Plugin API similar to xjc:
new API: com.sun.tools.ws.Plugin
new command-line argument: wsimport ... -classpath
{or -cp}
path_to_plugin_jar
If the plugin jar contains the …
-
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.sun.tools.xjc.addon;
import com.sun.codemodel.JBlock;
import com.sun.codemode…
-
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.sun.tools.xjc.addon;
import com.sun.codemodel.JBlock;
import com.sun.codemode…
-
Currently, the following throws `IllegalArgumentException("no type arguments: java.lang.String")`:
```java
public static void main(String[] args) {
ParameterizedTypeName.get(ClassName.get(Strin…
-
Hello
I'm trying to attach some `XmlJavaTypeAdapter` annotations to the package-info file using the following bindings (external):
```xml
@javax.xml.bind.annotation.adapters.XmlJavaTy…
-
For some reason, when I updated one of our ADT4j (3.1) based types to include a reference to an interface that's built using immutables.github.io ( generated in the same project ) the following deep i…
-
A method annotated like this
``` java
@TextChange
void onTextChanged(TextView e) {
}
```
will generate a method that calls itself in an infinite loop during runtime.
The same behavior occurs…