Package org.jf.baksmali.Adaptors
Class AnnotationFormatter
java.lang.Object
org.jf.baksmali.Adaptors.AnnotationFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteTo(BaksmaliWriter writer, Collection<? extends Annotation> annotations) static voidwriteTo(BaksmaliWriter writer, Annotation annotation)
-
Constructor Details
-
AnnotationFormatter
public AnnotationFormatter()
-
-
Method Details
-
writeTo
public static void writeTo(@Nonnull BaksmaliWriter writer, @Nonnull Collection<? extends Annotation> annotations) throws IOException - Throws:
IOException
-
writeTo
public static void writeTo(@Nonnull BaksmaliWriter writer, @Nonnull Annotation annotation) throws IOException - Throws:
IOException
-