com.github.stephanenicolas.loglifecycle.LogLifeCycle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of loglifecycle-annotations Show documentation
Show all versions of loglifecycle-annotations Show documentation
Logs all life cycle methods of an Activity on Android
package com.github.stephanenicolas.loglifecycle;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.CLASS)
public @interface LogLifeCycle {
}