Package org.drools.model.impl
Class AnnotationValueImpl
- java.lang.Object
-
- org.drools.model.impl.AnnotationValueImpl
-
- All Implemented Interfaces:
AnnotationValue
public class AnnotationValueImpl extends Object implements AnnotationValue
-
-
Constructor Summary
Constructors Constructor Description AnnotationValueImpl(String key, Object value)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceAnnotationValue
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceAnnotationValue
-
-