Skip to content

Commit

Permalink
Move TagHandler, Wire, WireEnum, WireField to common
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed May 3, 2019
1 parent 9f01837 commit 86b8d87
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package com.squareup.wire

import kotlin.jvm.JvmField

interface TagHandler {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

package com.squareup.wire

import kotlin.jvm.JvmName

/**
* Returns `value` if it is not null; `defaultValue` otherwise. This is used to conveniently return
* a default value when a value is null. For example,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package com.squareup.wire

import kotlin.jvm.JvmName

/**
* Annotates generated [Message] fields with metadata for serialization and deserialization.
*/
Expand Down

0 comments on commit 86b8d87

Please sign in to comment.