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
Could be useful for developers if the interfaces have javadoc comments for its generic types parameters required.
For example, to implement the interface: EntityConversionCrudDaoMixin<T extends Identifiable<K>, K extends Serializable> extends ConversionCrudDaoMixin<T, T, K>
The text was updated successfully, but these errors were encountered:
Could be useful for developers if the interfaces have javadoc comments for its generic types parameters required.
For example, to implement the interface:
EntityConversionCrudDaoMixin<T extends Identifiable<K>, K extends Serializable> extends ConversionCrudDaoMixin<T, T, K>
The text was updated successfully, but these errors were encountered: