public interface

IJLSAnnotation

com.pnfsoftware.jeb.core.units.code.android.IJLSAnnotation

Class Overview

An annotation, as defined by the JLS.

Summary

Public Methods
abstract String getType()
abstract Map<String, IJLSValue> getValues()

Public Methods

public abstract String getType ()

Returns
  • the annotation type in binary form

public abstract Map<String, IJLSValue> getValues ()

Returns
  • a mapping of name and values explicitly defined in the annotation