eclipse-vertx / eclipse-vertx/vertx-codegen
what's the kind of a Class that with annotations @ProxyGen but without @VertxGen
Open
- Dominant language
- Java
- Stars
- 111
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
```java
@ProxyGen
public interface Test {
@Fluent
Test foo();
}
```
this method will add to anyJavaTypeMethods because of the kind of `Test` is `ClassKind.OTHER`
Contributor guide
Assessment
This issue has not been assessed yet.