Module InferIR__Annot
type parameters= string listtype t={class_name : string;name of the annotation
parameters : parameters;currently only one string parameter
}Type to represent one @Annotation.
val volatile : tannotation for fields marked with the "volatile" keyword
val final : tannotation for fields marked with the "final" keyword
module Item : sig ... endmodule Class : sig ... endmodule Method : sig ... end