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

ucar.unidata.util.Urlencoded Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 1998-2018 University Corporation for Atmospheric Research/Unidata
 * See LICENSE for license information.
 */

package ucar.unidata.util;

/**
 * Define a custom annotation
 * to mark procedures whose URL
 * argument is expected to be encoded.
*/
 
public @interface Urlencoded {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy