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

org.jgroups.annotations.DeprecatedProperty Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.jgroups.annotations;

import java.lang.annotation.*;

/**
 * 
 * Represents an array of deprecated Protocol properties 
 * 
 *
 * @author Vladimir Blagojevic
 */

@Retention(RetentionPolicy.RUNTIME)
@Target( { ElementType.TYPE})
public @interface DeprecatedProperty {

    String [] names() default"";    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy