com.epam.jdi.light.ui.html.elements.annotations.MenuPrint Maven / Gradle / Ivy
package com.epam.jdi.light.ui.html.elements.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by Roman Iovlev on 02.05.2020
* Email: [email protected]; Skype: roman.iovlev
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.FIELD})
public @interface MenuPrint {
String format() default "%s[%s]";
String separator() default ";";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy