Annotation parameters

Report a typo

Look at the code snippet:

public @interface Annotation {
    String s(); //1
    int[] ints(); //2
    boolean b(); //3
    Double d(); //4
}

Select invalid annotation parameter.

Select one option from the list
___

Create a free account to access the full topic