JetBrains / java-annotations

Annotations for JVM-based languages.
Apache License 2.0
404 stars 47 forks source link

@Language("SpEL") support custom class of rootObject to resolve methods and fields? #56

Closed timandy closed 3 years ago

timandy commented 3 years ago

I use @Language("SpEL") on Annotation field, idea auto inject spel on the field. But it can't resolve methos. I want to know is there a way to custom the rootObject of SpEL injections. ps: The build in injections like @PreAuthorize can resolve methods.

amaembo commented 3 years ago

Hello! This repository is about annotation specification. If you want to report issues about their behavior in JetBrains IDEs, please use https://youtrack.jetbrains.com/ Thanks!

timandy commented 3 years ago

https://youtrack.jetbrains.com/issue/IDEA-273964