Class Annotations
java.lang.Object
org.apache.felix.scr.impl.inject.internal.Annotations
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Annotations
public Annotations()
-
-
Method Details
-
isSingleElementAnnotation
Check whether the provided type is a single element annotation. A single element annotation has a method named "value" and all other annotation methods must have a default value.- Parameters:
clazz
- The provided type- Returns:
true
if the type is a single element annotation.
-
getPrefix
-
toObject
-