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

com.anaptecs.jeaf.junit.extension.BuilderPropertyDeclaration Maven / Gradle / Ivy

package com.anaptecs.jeaf.junit.extension;

import static java.lang.annotation.ElementType.FIELD;

import java.lang.annotation.Target;

@Target(FIELD)
public @interface BuilderPropertyDeclaration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy