You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/06/20 22:16:00 UTC

[07/50] [abbrv] incubator-beam git commit: Package javadoc for org.apache.beam.sdk.transforms.display

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/340fe3eb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/340fe3eb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/340fe3eb

Branch: refs/heads/python-sdk
Commit: 340fe3ebcfef0b57b163483d7d7243ad5456ae72
Parents: 90bb20e
Author: Scott Wegner <sw...@google.com>
Authored: Wed Jun 15 10:17:01 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Mon Jun 20 15:14:28 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/340fe3eb/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;