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