Back to Fresco

DoNotStrip

docs/javadoc/reference/com/facebook/common/internal/DoNotStrip.html

3.6.011.1 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Packages | Classes

Summary: Inherited Methods | [Expand All]

public abstract @interface

DoNotStrip

implements Annotation

| com.facebook.common.internal.DoNotStrip |

Class Overview

Add this annotation to a class, method, or field to instruct Proguard to not strip it out.

This is useful for methods called via reflection that could appear as unused to Proguard.

Summary

| [Expand] Inherited Methods | | --- | | From interface java.lang.annotation.Annotation

| abstract Class<? extends Annotation> | annotationType() | | abstract boolean | equals(Object arg0) | | abstract int | hashCode() | | abstract String | toString() |

|

+Generated by Doclava. +