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

org.kurento.client.internal.server.Param Maven / Gradle / Ivy

Go to download

Kurento Client The Kurento Client project allows server applications to control media server resources.

There is a newer version: 7.1.0
Show newest version

package org.kurento.client.internal.server;

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

@Retention(RetentionPolicy.RUNTIME)
public @interface Param {

  String value();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy