Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to set an annotation on an Object param to automatically wrap it #16

Open
fbarthelery opened this issue Oct 7, 2016 · 0 comments

Comments

@fbarthelery
Copy link
Contributor

fbarthelery commented Oct 7, 2016

Something like

@Class("pkg.SomeClass")
public interface  {
    // original method : String computeThing(int, String, InternalHidden)
    String computeThing(int uid, String name, @Class("pkg.InternalHidden") Object template);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant