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

com.arjuna.mwlabs.wscf.utils.HLSProvider Maven / Gradle / Ivy

There is a newer version: 4.17.43.Final
Show newest version
package com.arjuna.mwlabs.wscf.utils;

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

/** 
 * Annotation used to tag HLS providers and identify the type of service they implement
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface HLSProvider
{
    String serviceType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy