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
69 B
Java
Vendored
5 lines
69 B
Java
Vendored
package custom;
|
|
|
|
public @interface AAnnotation {
|
|
AEnum value();
|
|
} |