Repository: apex-malhar Updated Branches: refs/heads/master 9f04db7f6 -> 791383bd1
APEXMALHAR-2280 #resolve added package-info.java to denote interface stability for all classes that belong to event window processing Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/63ee6680 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/63ee6680 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/63ee6680 Branch: refs/heads/master Commit: 63ee6680411abccb9e158c04954229f5a5e9ca64 Parents: baff632 Author: David Yan <[email protected]> Authored: Wed Oct 5 14:37:05 2016 -0700 Committer: David Yan <[email protected]> Committed: Wed Oct 5 14:37:05 2016 -0700 ---------------------------------------------------------------------- .../lib/window/accumulation/package-info.java | 22 ++++++++++++++++++++ .../malhar/lib/window/impl/package-info.java | 22 ++++++++++++++++++++ .../apex/malhar/lib/window/package-info.java | 22 ++++++++++++++++++++ 3 files changed, 66 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/63ee6680/library/src/main/java/org/apache/apex/malhar/lib/window/accumulation/package-info.java ---------------------------------------------------------------------- diff --git a/library/src/main/java/org/apache/apex/malhar/lib/window/accumulation/package-info.java b/library/src/main/java/org/apache/apex/malhar/lib/window/accumulation/package-info.java new file mode 100644 index 0000000..e8b2886 --- /dev/null +++ b/library/src/main/java/org/apache/apex/malhar/lib/window/accumulation/package-info.java @@ -0,0 +1,22 @@ +/** + * 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. + */ [email protected] +package org.apache.apex.malhar.lib.window.accumulation; + +import org.apache.hadoop.classification.InterfaceStability; http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/63ee6680/library/src/main/java/org/apache/apex/malhar/lib/window/impl/package-info.java ---------------------------------------------------------------------- diff --git a/library/src/main/java/org/apache/apex/malhar/lib/window/impl/package-info.java b/library/src/main/java/org/apache/apex/malhar/lib/window/impl/package-info.java new file mode 100644 index 0000000..c5ee5bc --- /dev/null +++ b/library/src/main/java/org/apache/apex/malhar/lib/window/impl/package-info.java @@ -0,0 +1,22 @@ +/** + * 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. + */ [email protected] +package org.apache.apex.malhar.lib.window.impl; + +import org.apache.hadoop.classification.InterfaceStability; http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/63ee6680/library/src/main/java/org/apache/apex/malhar/lib/window/package-info.java ---------------------------------------------------------------------- diff --git a/library/src/main/java/org/apache/apex/malhar/lib/window/package-info.java b/library/src/main/java/org/apache/apex/malhar/lib/window/package-info.java new file mode 100644 index 0000000..fae1a23 --- /dev/null +++ b/library/src/main/java/org/apache/apex/malhar/lib/window/package-info.java @@ -0,0 +1,22 @@ +/** + * 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. + */ [email protected] +package org.apache.apex.malhar.lib.window; + +import org.apache.hadoop.classification.InterfaceStability;
