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

ru.testit.annotations.DisplayName Maven / Gradle / Ivy

package ru.testit.annotations;

import java.lang.annotation.*;

@Target({ ElementType.TYPE, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DisplayName {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy