Back to project page rpg-droid.
The source code is released under:
Apache License
If you think the Android project rpg-droid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.thing.rpg_droid.app; //from ww w.j av a 2 s . com import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Created by jon on 8/08/14. */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface CharSheet_PageInfo { public String title() default ""; }