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

javarepl.reflection.AnnotatedReflection Maven / Gradle / Ivy

There is a newer version: 431
Show newest version
package javarepl.reflection;

import com.googlecode.totallylazy.Sequence;

import java.lang.annotation.Annotation;

public interface AnnotatedReflection {

    Sequence annotations();

    Sequence declaredAnnotations();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy