You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@BladepublicclassMyActivityextendsActivity {
// no attributes with @Extra
}