# Copyright (c) Meta Platforms, Inc. and affiliates. schema code.java.5 { import java.alpha type Entity = { decl : java.alpha.Declaration | } type Annotations = { annotations : [java.alpha.Annotation] | } }