All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.example.pocketknife.ChildFragment Maven / Gradle / Ivy

The newest version!
package com.example.pocketknife;

import pocketknife.BindArgument;
import pocketknife.SaveState;

public class ChildFragment extends ParentFragment {

    public static final String CHILD_ARG = "CHILD_ARG";

    @BindArgument(CHILD_ARG)
    int childArg;

    @SaveState
    int cfInt;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy