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

com.fitbur.mockito.bytebuddy.description.annotation.AnnotatedCodeElement Maven / Gradle / Ivy

The newest version!
package com.fitbur.mockito.bytebuddy.description.annotation;

/**
 * Describes an element that declares annotations.
 */
public interface AnnotatedCodeElement {

    /**
     * Returns a list of annotations that are declared by this instance.
     *
     * @return A list of declared annotations.
     */
    AnnotationList getDeclaredAnnotations();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy