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

anorm.NotNullGuard.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. 
 */

package anorm

/**
 * Marker trait to indicate that even if a type T accept null as value,
 * it must be refused in some Anorm context.
 */
trait NotNullGuard




© 2015 - 2025 Weber Informatics LLC | Privacy Policy