org.immutables.fixture.HasFirstRedactedCompletely Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of value-fixture Show documentation
Show all versions of value-fixture Show documentation
Module that contains all tests for the code generation capability
package org.immutables.fixture;
import org.immutables.value.Value;
@Value.Style(jdkOnly = true)
@Value.Immutable
public interface HasFirstRedactedCompletely {
@Value.Redacted
int a1();
int a2();
}