package com.baeldung.classgraph; public class FieldWithAnnotation { @TestAnnotation private String s; }