Home
last modified time | relevance | path

Searched refs:ParameterAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java178 interface ParameterAnnotations extends Attribute { interface
183 class RuntimeVisibleParameterAnnotations implements ParameterAnnotations {
203 class RuntimeInvisibleParameterAnnotations implements ParameterAnnotations {
DAttributeWriter.java69 writeParameterAnnotations((Attribute.ParameterAnnotations) attribute); in write()
165 public void writeParameterAnnotations(Attribute.ParameterAnnotations attribute) { in writeParameterAnnotations()