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