Last Version

Memento 0.2

Memento is an annotation processor for Android that gives your activities a memory. It introduces the @Retain annotation, which allows you to retain arbitrary fields of an activity across configuration changes in a simple and type-safe manner.

License

License

GroupId

GroupId

com.github.mttkay.memento
ArtifactId

ArtifactId

memento-project
Version

Version

0.2
Type

Type

pom
Description

Description

Memento
Memento is an annotation processor for Android that gives your activities a memory. It introduces the @Retain annotation, which allows you to retain arbitrary fields of an activity across configuration changes in a simple and type-safe manner.
Project URL

Project URL

https://github.com/mttkay/memento
Source Code Management

Source Code Management

https://github.com/mttkay/memento

Download memento-project 0.2

Filename Size
memento-project-0.2.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-project/ -->
<dependency>
    <groupId>com.github.mttkay.memento</groupId>
    <artifactId>memento-project</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-project/
implementation 'com.github.mttkay.memento:memento-project:0.2'
// https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-project/
implementation ("com.github.mttkay.memento:memento-project:0.2")
'com.github.mttkay.memento:memento-project:pom:0.2'
<dependency org="com.github.mttkay.memento" name="memento-project" rev="0.2">
  <artifact name="memento-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mttkay.memento', module='memento-project', version='0.2')
)
libraryDependencies += "com.github.mttkay.memento" % "memento-project" % "0.2"
[com.github.mttkay.memento/memento-project "0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • memento-processor
  • memento