codejuicer / asynchronize

Java APT processor to generate an asynchronous version of interfaces
Apache License 2.0
3 stars 0 forks source link

Processor generates generic argument names for external interfaces #6

Open cristcost opened 9 years ago

cristcost commented 9 years ago

If the @Asynchronize annotation is used on an interface that extends an interfaces not included in the sources of the project (i.e. from an external dependency) the processor don't reads the real argument names and generates asynchronous methods with params like "arg1, arg2, arg3" etc.

Adding the sources of the external dependency don't help. The problem apply also to interfaces available from the JDK.