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