1 2 3 4 5 6
public interface AnnotatedMethodInterface { @PresentAnnotation public String getSomething(); }