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:
@@ -3,6 +3,6 @@ package custom;
|
||||
public class AClass {
|
||||
public AClass returnA() {}
|
||||
public void paramA(AClass a) {}
|
||||
@AAnnotation
|
||||
@AAnnotation(AEnum.AX)
|
||||
public void annoA() {}
|
||||
}
|
||||
Reference in New Issue
Block a user