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

com.cmeza.spring.ioc.handler.metadata.MethodMetadata Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.cmeza.spring.ioc.handler.metadata;

import java.lang.reflect.Method;
import java.util.List;

public interface MethodMetadata extends Metadata {
    Method getMethod();

    String getConfigKey();

    TypeMetadata getTypeMetadata();

    List getParameterMetadata();

    boolean isIntercepted();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy