package com.baeldung.classgraph; public class MethodWithAnnotationParameterDao { @TestAnnotation("dao") public void service() { } }