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

org.xs4j.util.Nullable Maven / Gradle / Ivy

Go to download

An attempt to port parsing capabilities offered by Groovy XMLSlurper into the Java world. The following is not planned to be accurate projection, instead the most useful functions will be implemented.

The newest version!
package org.xs4j.util;

import java.lang.annotation.*;

/**
 * Created by mturski on 12/22/2016.
 */
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD,ElementType.METHOD,ElementType.PARAMETER,ElementType.LOCAL_VARIABLE})
public @interface Nullable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy