Refactor Java resolver components
- 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)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package custom;
|
||||
|
||||
public enum AEnum {
|
||||
AX;
|
||||
}
|
||||
Reference in New Issue
Block a user