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

org.skife.config.DefaultNull Maven / Gradle / Ivy

There is a newer version: 8.1.2
Show newest version
package org.skife.config;

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

/**
 * Allows assigning "null" as a default value for a property.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface DefaultNull
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy