1 package annotations;2 3 4 public @interface NonTrivialArgAnnotation {5 6 TestEnum something();7 8 }9