Module Annot.Method
type t={return : Item.t;params : Item.t list;}Annotation for a method: return value and list of parameters.
val empty : tEmpty method annotation.
val is_empty : t -> boolCheck if the method annotation is empty.