eclipse-vertx / eclipse-vertx/vertx-codegen

what's the kind of a Class that with annotations @ProxyGen but without @VertxGen

Open
#205 14 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.