Interface NoteOwner.Visitor<T>
-
- Enclosing class:
- NoteOwner
public static interface NoteOwner.Visitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tvisit(User value)Tvisit(java.lang.String value)
-