nopen icon indicating copy to clipboard operation
nopen copied to clipboard

Allow any annotation named "Open"

Open JakeWharton opened this issue 5 years ago • 2 comments

We shouldn't enforce the use of our annotation artifact

JakeWharton avatar Apr 30 '20 19:04 JakeWharton

Could we give other annotations in parameters which should be treated like @Open? I am thinking of classes annotated with @XXXScoped in Spring/CDI or @Entity in JPA (for lazy-loading) which often need to be proxied (and thus need to be non-final).

kalgon avatar Oct 23 '24 09:10 kalgon

I don't write any Java anymore, but I'd take a PR for support of a list of custom annotation qualified names.

JakeWharton avatar Oct 24 '24 14:10 JakeWharton