Repository: incubator-beam Updated Branches: refs/heads/master 63e7b1dce -> a1bb90207
Package javadoc for org.apache.beam.sdk.transforms.display Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2e0836e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2e0836e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/2e0836e7 Branch: refs/heads/master Commit: 2e0836e730c52c0ef7137f67495f43bb4ec2b06a Parents: 63e7b1d Author: Scott Wegner <[email protected]> Authored: Wed Jun 15 10:17:01 2016 -0700 Committer: Scott Wegner <[email protected]> Committed: Wed Jun 15 10:17:01 2016 -0700 ---------------------------------------------------------------------- .../sdk/transforms/display/package-info.java | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2e0836e7/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/display/package-info.java ---------------------------------------------------------------------- diff --git a/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/display/package-info.java b/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/display/package-info.java new file mode 100644 index 0000000..4af3327 --- /dev/null +++ b/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/display/package-info.java @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Defines {@link org.apache.beam.sdk.transforms.display.HasDisplayData} for annotating components + * which provide {@link org.apache.beam.sdk.transforms.display.DisplayData display data} used + * within UIs and diagnostic tools. + * + * @see org.apache.beam.sdk.transforms.display.HasDisplayData + */ +package org.apache.beam.sdk.transforms.display;
