12bbbb6ff1
- Move components from LazyJavaResolverContext to JavaResolverComponents - Drop LazyJavaClassResolver replacing it's usages with module resolver (now enum entries from another module as annotation arguments are being resolved, see test)
5 lines
46 B
Java
Vendored
5 lines
46 B
Java
Vendored
package custom;
|
|
|
|
public enum AEnum {
|
|
AX;
|
|
} |