Skip to content
Frantisek Gazo edited this page Oct 25, 2017 · 2 revisions

@Blade

If you do not use any @Extra inside your class, but you want the library to generate methods in blade.I for this class, then simply annotate the class with @Blade, like this:

@Blade
public class MyActivity extends Activity {
    // no attributes with @Extra
}

Same applies for @Arg.

Clone this wiki locally