All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.glowroot.instrumentation.jsp.InstrumentationDescriptor Maven / Gradle / Ivy

package org.glowroot.instrumentation.jsp;

import org.glowroot.instrumentation.api.Descriptor;

@Descriptor(
            id = "jsp",
            name = "JSP",
            classes = {
                    JspInstrumentation.class
            })
public class InstrumentationDescriptor {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy