Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

@FragmenArg and co. do not work on generic fields #1444

@WonderCsabo

Description

@WonderCsabo
@EFragment
public class GenericFragment<T extends Serializable> extends Fragment {

  @FragmentArg
  T arg;
}

This code will invalidate, because type does not extend Serializable or Parcelable. However, this is not true actually, and we have to fix our validation.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions