com.nordstrom.automation.junit.AnnotationsAccessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-foundation Show documentation
Show all versions of junit-foundation Show documentation
This is the foundation framework for JUnit automation
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