
com.wesleyhome.service.ServiceProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of service-provider-api Show documentation
Show all versions of service-provider-api Show documentation
Project that contains the annotations for classes that will inplement a service.
The newest version!
package com.wesleyhome.service;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
@Target(ElementType.TYPE)
public @interface ServiceProvider {
Class> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy