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

com.nordstrom.automation.junit.AnnotationsAccessor Maven / Gradle / Ivy

There is a newer version: 17.1.1
Show newest version
package com.nordstrom.automation.junit;

import java.lang.annotation.Annotation;

/**
 * This interface declares the annotations accessor method for the {@code Description} class.
 */
public interface AnnotationsAccessor {
    
    /**
     * Get the annotations of this description.
     * 
     * @return array of {@link Annotation} objects
     */
    Annotation[] annotations();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy