# Interface: com.pnfsoftware.jeb.core.units.code.android.IJLSAnnotation

An annotation, as defined by the JLS.

## Method: getType
- return type: `java.lang.String`

Description: Get the annotation type.
return: the annotation type in binary form

## Method: getValues
- return type: `java.util.Map<java.lang.String,com.pnfsoftware.jeb.core.units.code.android.IJLSValue>`

Description: Get the explicitly defined annotation values.
return: a mapping of name and values explicitly defined in the annotation

