public class Dubbo2ActivateUtils extends Object
| Constructor and Description |
|---|
Dubbo2ActivateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Annotation> |
getActivateClass() |
static String[] |
getAfter(Annotation annotation) |
static String[] |
getBefore(Annotation annotation) |
static String[] |
getGroup(Annotation annotation) |
static String[] |
getOnClass(Annotation annotation) |
static int |
getOrder(Annotation annotation) |
static String[] |
getValue(Annotation annotation) |
static boolean |
isActivateLoaded() |
public static boolean isActivateLoaded()
public static Class<? extends Annotation> getActivateClass()
public static String[] getGroup(Annotation annotation)
public static String[] getValue(Annotation annotation)
public static String[] getBefore(Annotation annotation)
public static String[] getAfter(Annotation annotation)
public static int getOrder(Annotation annotation)
public static String[] getOnClass(Annotation annotation)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.