Back to Acra

Instantiatable

web/static/javadoc/5.5.1/org/acra/annotation/Instantiatable.html

latest2.5 KB
Original Source

Skip navigation links

org.acra.annotation

Annotation Type Instantiatable


[@Retention](http://d.android.com/reference/java/lang/annotation/Retention.html?is-external=true "class or interface in java.lang.annotation")([value](http://d.android.com/reference/java/lang/annotation/Retention.html?is-external=true#value-- "class or interface in java.lang.annotation")=[SOURCE](http://d.android.com/reference/java/lang/annotation/RetentionPolicy.html?is-external=true#SOURCE "class or interface in java.lang.annotation"))[@Target](http://d.android.com/reference/java/lang/annotation/Target.html?is-external=true "class or interface in java.lang.annotation")([value](http://d.android.com/reference/java/lang/annotation/Target.html?is-external=true#value-- "class or interface in java.lang.annotation")=[METHOD](http://d.android.com/reference/java/lang/annotation/ElementType.html?is-external=true#METHOD "class or interface in java.lang.annotation"))
public @interfaceInstantiatable

All classes in annotation methods with this have to have a public, no-args constructor for the configuration to be valid Since:03.06.2017

Skip navigation links