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

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

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

import java.lang.annotation.Annotation;

import com.taobao.arthas.bytekit.asm.binding.Binding;

public interface BindingParser {
    
    public Binding parse(Annotation annotation);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy