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

org.immutables.fixture.CheckForNullAttributes Maven / Gradle / Ivy

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

import java.util.Set;
import javax.annotation.CheckForNull;
import org.immutables.value.Value;

@Value.Immutable
public interface CheckForNullAttributes {
  @CheckForNull
  String a();

  @CheckForNull
  Set b();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy