Repository: incubator-juneau Updated Branches: refs/heads/master babb64e46 -> a675bcd3c
Add placeholder for BeanFilterBuilder class. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/a675bcd3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/a675bcd3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/a675bcd3 Branch: refs/heads/master Commit: a675bcd3c6fa619b3fb0d749443f4c7b14cabbd7 Parents: babb64e Author: jamesbognar <[email protected]> Authored: Fri Sep 9 12:07:45 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Fri Sep 9 12:07:45 2016 -0400 ---------------------------------------------------------------------- .../apache/juneau/transform/BeanFilterBuilder.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/a675bcd3/juneau-core/src/main/java/org/apache/juneau/transform/BeanFilterBuilder.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/transform/BeanFilterBuilder.java b/juneau-core/src/main/java/org/apache/juneau/transform/BeanFilterBuilder.java new file mode 100644 index 0000000..6d96758 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/transform/BeanFilterBuilder.java @@ -0,0 +1,17 @@ +// *************************************************************************************************************************** +// * 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. * +// *************************************************************************************************************************** +package org.apache.juneau.transform; + +public class BeanFilterBuilder { + +}
