Look at the code snippet:
public @interface Annotation {
String s(); //1
int[] ints(); //2
boolean b(); //3
Double d(); //4
}
Select invalid annotation parameter.
Look at the code snippet:
public @interface Annotation {
String s(); //1
int[] ints(); //2
boolean b(); //3
Double d(); //4
}
Select invalid annotation parameter.
Create a free account to access the full topic