[ACCEPTED]-Are java annotations with typed class parameter possible?-annotations
Accepted answer
You need
public @interface MyAnnotation {
Class<? extends MyInterface> clazz;
}
0
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.