package test; public @interface AnnotationWithField { String text(); int ANSWER = 42; }