Main.java:13: error: annotation @EveryWhere not applicable in this type context
@EveryWhere class AnnotedEveryWhere<@EveryWhere T> extends @EveryWhere Object{
^
Main.java:13: error: annotation @EveryWhere not applicable in this type context
@EveryWhere class AnnotedEveryWhere<@EveryWhere T> extends @EveryWhere Object{
^
Main.java:15: error: annotation @EveryWhere not applicable in this type context
@EveryWhere <@EveryWhere T> String method(@EveryWhere ArrayList<@EveryWhere String> array) {
^
Main.java:15: error: annotation @EveryWhere not applicable in this type context
@EveryWhere <@EveryWhere T> String method(@EveryWhere ArrayList<@EveryWhere String> array) {
^
Main.java:16: error: annotation @EveryWhere not applicable in this type context
@EveryWhere Predicate<@EveryWhere ArrayList<@EveryWhere String>> pred =
^
Main.java:16: error: annotation @EveryWhere not applicable in this type context
@EveryWhere Predicate<@EveryWhere ArrayList<@EveryWhere String>> pred =
^
Main.java:18: error: annotation @EveryWhere not applicable in this type context
@EveryWhere ArrayList<@EveryWhere String> insideLambda = new @EveryWhere ArrayList<@EveryWhere String>();
^
Main.java:18: error: annotation @EveryWhere not applicable in this type context
@EveryWhere ArrayList<@EveryWhere String> insideLambda = new @EveryWhere ArrayList<@EveryWhere String>();
^
Main.java:18: error: annotation @EveryWhere not applicable in this type context
@EveryWhere ArrayList<@EveryWhere String> insideLambda = new @EveryWhere ArrayList<@EveryWhere String>();
^
Main.java:19: error: annotation @EveryWhere not applicable in this type context
return (@EveryWhere boolean) true;};
^
Main.java:17: error: annotation @EveryWhere not applicable in this type context
(@EveryWhere ArrayList<@EveryWhere String> lambdaParameter)->{
^
Main.java:20: error: annotation @EveryWhere not applicable in this type context
return (@EveryWhere String) "String";
^
12 errors