public class ProviderAnnotations extends Object
| Constructor and Description |
|---|
ProviderAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getInterfaceName(Class<?> providerClass) |
static String |
getInterfaceName(Object provider) |
static int |
getMajorVersion(Class<?> providerClass) |
static int |
getMajorVersion(Object provider) |
static int |
getMinorVersion(Object provider) |
static Class<?> |
getProvidedInterface(Object provider) |
static Class<?> |
getProviderInterface(Object provider) |
Copyright © 2021. All rights reserved.