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

io.polaris.core.service.ServiceProperty Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.service;

import java.lang.annotation.*;

/**
 * @author Qt
 * @since 1.8
 */
@Repeatable(ServiceProperties.class)
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface ServiceProperty {

	String name();

	String value();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy