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

com.taobao.arthas.bytekit.asm.binding.annotation.BindingParserHandler Maven / Gradle / Ivy

The newest version!
package com.taobao.arthas.bytekit.asm.binding.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@java.lang.annotation.Target(ElementType.ANNOTATION_TYPE)
public @interface BindingParserHandler {

    Class parser();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy