eclipse-vertx / eclipse-vertx/vertx-codegen
what's the kind of a Class that with annotations @ProxyGen but without @VertxGen
Aperta
- Lingua principale
- Java
- Stelle
- 111
- Fork
- 89
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```java
@ProxyGen
public interface Test {
@Fluent
Test foo();
}
```
this method will add to anyJavaTypeMethods because of the kind of `Test` is `ClassKind.OTHER`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.