You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
367 B
15 lines
367 B
10 years ago
|
(*
|
||
|
* Copyright (c) 2009 -2013 Monoidics ltd.
|
||
|
* Copyright (c) 2013 - Facebook.
|
||
|
* All rights reserved.
|
||
|
*)
|
||
|
|
||
|
open Javalib_pack
|
||
|
|
||
|
|
||
|
(** Translate an item annotation. *)
|
||
|
val translate_item : (JBasics.annotation * Javalib.visibility) list -> Sil.item_annotation
|
||
|
|
||
|
(** Translate a method annotation. *)
|
||
|
val translate_method : Javalib.method_annotations -> Sil.method_annotation
|