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

com.tngtech.jgiven.examples.datatable.annotation.AddressReducedPOJOFormat Maven / Gradle / Ivy

package com.tngtech.jgiven.examples.datatable.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import com.tngtech.jgiven.annotation.POJOFormat;

// @formatter:off
@POJOFormat(
    fieldFormatsAnnotation = AddressFormat.class,
    includeFields = {"zipCode", "city", "country"},
    fieldSeparator = "/"
)
// @formatter:on
@Retention( RetentionPolicy.RUNTIME )
public @interface AddressReducedPOJOFormat {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy