You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I use static inner classes as bean definitions Avaje seems to struggle. It creates a package which is named like the parent class and this package clashes with the parent class itself.
public class MyBeans {
@Singleton
public static class Bean1 {}
}
Above example generates a class in package MyBeans and this name clashes with the name of the class MyBeans.
If a PR is ok please let me know.
Thanks
Markus
The text was updated successfully, but these errors were encountered:
Hi,
if I use static inner classes as bean definitions Avaje seems to struggle. It creates a package which is named like the parent class and this package clashes with the parent class itself.
Above example generates a class in package
MyBeans
and this name clashes with the name of the classMyBeans
.If a PR is ok please let me know.
Thanks
Markus
The text was updated successfully, but these errors were encountered: