class ProfileHelper
extends java.lang.Object
Constructor and Description |
---|
ProfileHelper() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.String[] |
getCandidateProfiles(AnnotationMetadata metadata)
Return the String[] of candidate profiles from
Profile.value() . |
(package private) static boolean |
isProfileAnnotationPresent(AnnotationMetadata metadata)
Return whether the given metadata includes Profile information, whether directly or
through meta-annotation.
|
static boolean isProfileAnnotationPresent(AnnotationMetadata metadata)
static java.lang.String[] getCandidateProfiles(AnnotationMetadata metadata)
Profile.value()
.