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

org.immutables.fixture.builder.detection.NewTokenAttributeBuilderParent Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
package org.immutables.fixture.builder.detection;

import org.immutables.value.Value.Immutable;
import org.immutables.value.Value.Style;

@Immutable
@Style(
    attributeBuilderDetection = true,
    attributeBuilder = {"Builder", "*Builder", "builder", "from", "build", "*Build", "new"}
)
public abstract class NewTokenAttributeBuilderParent implements NestedDetection{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy