public class Annotates extends Object
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
componentProperties(javax.enterprise.inject.spi.Annotated annotated) |
static <X> Class<X> |
declaringClass(Object instance) |
static List<Class<?>> |
serviceClasses(javax.enterprise.inject.spi.Annotated annotated) |
static List<String> |
serviceClassNames(javax.enterprise.inject.spi.Annotated annotated) |
static org.osgi.service.cdi.ServiceScope |
serviceScope(javax.enterprise.inject.spi.Annotated annotated) |
public static Map<String,Object> componentProperties(javax.enterprise.inject.spi.Annotated annotated)
public static List<Class<?>> serviceClasses(javax.enterprise.inject.spi.Annotated annotated)
public static List<String> serviceClassNames(javax.enterprise.inject.spi.Annotated annotated)
public static org.osgi.service.cdi.ServiceScope serviceScope(javax.enterprise.inject.spi.Annotated annotated)
Copyright © 2019 The Apache Software Foundation. All rights reserved.