http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/docs/website/resources/css/qi4j.css ---------------------------------------------------------------------- diff --git a/manual/src/docs/website/resources/css/qi4j.css b/manual/src/docs/website/resources/css/qi4j.css index 92a0f3d..d302aae 100644 --- a/manual/src/docs/website/resources/css/qi4j.css +++ b/manual/src/docs/website/resources/css/qi4j.css @@ -1,3 +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. + */ + span.remark { background: yellow;
http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/docs/website/samples.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/website/samples.txt b/manual/src/docs/website/samples.txt index 84f47c4..93a3f1c 100644 --- a/manual/src/docs/website/samples.txt +++ b/manual/src/docs/website/samples.txt @@ -1,3 +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. +/////////////////////////////////////////////////////////////// + :leveloffset: 1 [[samples,Samples Section]] http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/docs/website/tutorials.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/website/tutorials.txt b/manual/src/docs/website/tutorials.txt index 3b7d55f..a028411 100644 --- a/manual/src/docs/website/tutorials.txt +++ b/manual/src/docs/website/tutorials.txt @@ -1,3 +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. +/////////////////////////////////////////////////////////////// + :leveloffset: 1 [[tutorials,Tutorials Section]] http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/docs/website/xsl/head.xsl ---------------------------------------------------------------------- diff --git a/manual/src/docs/website/xsl/head.xsl b/manual/src/docs/website/xsl/head.xsl index 3acdff9..297d67e 100644 --- a/manual/src/docs/website/xsl/head.xsl +++ b/manual/src/docs/website/xsl/head.xsl @@ -1,3 +1,19 @@ +<!-- + 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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template name="user.head.content"> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/assemble/Docs.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/assemble/Docs.java b/manual/src/main/java/org/qi4j/manual/recipes/assemble/Docs.java index 25b73ff..bc9a5bd 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/assemble/Docs.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/assemble/Docs.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.assemble; import org.qi4j.api.injection.scope.This; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/assemble/Main.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/assemble/Main.java b/manual/src/main/java/org/qi4j/manual/recipes/assemble/Main.java index 85c4f34..9fe59df 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/assemble/Main.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/assemble/Main.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.assemble; import org.qi4j.api.common.Visibility; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/concern/AnyMixinType.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/concern/AnyMixinType.java b/manual/src/main/java/org/qi4j/manual/recipes/concern/AnyMixinType.java index 3428a2f..f11b76f 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/concern/AnyMixinType.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/concern/AnyMixinType.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.concern; import org.qi4j.api.concern.Concerns; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/concern/InventoryConcern.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/concern/InventoryConcern.java b/manual/src/main/java/org/qi4j/manual/recipes/concern/InventoryConcern.java index 9328dd0..7d41006 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/concern/InventoryConcern.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/concern/InventoryConcern.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.concern; public class InventoryConcern http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/concern/LineItem.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/concern/LineItem.java b/manual/src/main/java/org/qi4j/manual/recipes/concern/LineItem.java index 2503a77..39ae306 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/concern/LineItem.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/concern/LineItem.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.concern; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAnnotation.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAnnotation.java b/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAnnotation.java index 2b58dbe..1a95c5f 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAnnotation.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAnnotation.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.concern; public @interface MyAnnotation http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAppliesToFilter.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAppliesToFilter.java b/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAppliesToFilter.java index bd48f49..47a72d3 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAppliesToFilter.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/concern/MyAppliesToFilter.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.concern; import java.lang.reflect.Method; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/concern/MyGenericConcern.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/concern/MyGenericConcern.java b/manual/src/main/java/org/qi4j/manual/recipes/concern/MyGenericConcern.java index ccae921..58ea48e 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/concern/MyGenericConcern.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/concern/MyGenericConcern.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.concern; import java.lang.reflect.Method; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/concern/Order.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/concern/Order.java b/manual/src/main/java/org/qi4j/manual/recipes/concern/Order.java index e95039c..670b2a6 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/concern/Order.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/concern/Order.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.concern; import org.qi4j.api.concern.Concerns; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/contextualFragments/TraceAll.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/contextualFragments/TraceAll.java b/manual/src/main/java/org/qi4j/manual/recipes/contextualFragments/TraceAll.java index 0d985fc..273f95d 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/contextualFragments/TraceAll.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/contextualFragments/TraceAll.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.contextualFragments; import org.qi4j.bootstrap.AssemblyException; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/Dialer.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/Dialer.java b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/Dialer.java index c5e58d4..9cb8aed 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/Dialer.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/Dialer.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createConstraint; // START SNIPPET: dialer http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/DialerComposite.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/DialerComposite.java b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/DialerComposite.java index dd3a9ce..ed569e2 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/DialerComposite.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/DialerComposite.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createConstraint; import org.qi4j.api.constraint.Constraints; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/HasPhoneNumber.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/HasPhoneNumber.java b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/HasPhoneNumber.java index 8d12dd4..810154d 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/HasPhoneNumber.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/HasPhoneNumber.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createConstraint; import org.qi4j.api.property.Property; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/ParameterViolationConcern.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/ParameterViolationConcern.java b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/ParameterViolationConcern.java index 3cac3db..e5ef82d 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/ParameterViolationConcern.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/ParameterViolationConcern.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createConstraint; import java.lang.annotation.Annotation; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumber.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumber.java b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumber.java index 491b58b..0540d62 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumber.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumber.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createConstraint; import org.qi4j.api.constraint.ConstraintDeclaration; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberConstraint.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberConstraint.java b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberConstraint.java index 33a46a0..7ed3fde 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberConstraint.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberConstraint.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createConstraint; import org.qi4j.api.constraint.Constraint; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberParameterViolationConcern.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberParameterViolationConcern.java b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberParameterViolationConcern.java index 6f12f7b..1303b08 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberParameterViolationConcern.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createConstraint/PhoneNumberParameterViolationConcern.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createConstraint; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Accident.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Accident.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Accident.java index 8276510..606e396 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Accident.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Accident.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.property.Property; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/AccidentValue.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/AccidentValue.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/AccidentValue.java index ba19ba9..5928630 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/AccidentValue.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/AccidentValue.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.value.ValueComposite; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Car.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Car.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Car.java index 908e8a0..72cc30d 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Car.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Car.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.association.Association; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntity.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntity.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntity.java index a59d513..fb12239 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntity.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntity.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.entity.EntityComposite; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactory.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactory.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactory.java index 7d4681b..780e9ff 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactory.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactory.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; // START SNIPPET: carFactory http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryMixin.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryMixin.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryMixin.java index a04c4a2..20542b8 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryMixin.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryMixin.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.entity.EntityBuilder; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryService.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryService.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryService.java index 5c46427..68347ed 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryService.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/CarEntityFactoryService.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.mixin.Mixins; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Main.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Main.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Main.java index 64806f3..d65efb2 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Main.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Main.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.structure.Application; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Manufacturer.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Manufacturer.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Manufacturer.java index 8e26f8a..c2087ca 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Manufacturer.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/Manufacturer.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.common.UseDefaults; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerEntity.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerEntity.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerEntity.java index fceaba1..94b2e1a 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerEntity.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerEntity.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.entity.EntityComposite; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepository.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepository.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepository.java index ae44f12..2a080f1 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepository.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepository.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; // START SNIPPET: repo http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryMixin.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryMixin.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryMixin.java index f593a36..9389e0f 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryMixin.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryMixin.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.injection.scope.Structure; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryService.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryService.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryService.java index f51c7d2..31c8d6b 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryService.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/ManufacturerRepositoryService.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.mixin.Mixins; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/createEntity/MyAssembler.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/MyAssembler.java b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/MyAssembler.java index 51aa864..fe9a0bd 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/createEntity/MyAssembler.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/createEntity/MyAssembler.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.createEntity; import org.qi4j.api.common.Visibility; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/io/Docs.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/io/Docs.java b/manual/src/main/java/org/qi4j/manual/recipes/io/Docs.java index 2fb2746..71a21aa 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/io/Docs.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/io/Docs.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.io; import java.io.File; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/properties/Book.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/properties/Book.java b/manual/src/main/java/org/qi4j/manual/recipes/properties/Book.java index cee6d00..81fba20 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/properties/Book.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/properties/Book.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.properties; import org.qi4j.api.property.Immutable; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/properties/BookFactory.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/properties/BookFactory.java b/manual/src/main/java/org/qi4j/manual/recipes/properties/BookFactory.java index 7c94b40..527ab8a 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/properties/BookFactory.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/properties/BookFactory.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.properties; import org.qi4j.api.composite.TransientBuilder; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingInfo.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingInfo.java b/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingInfo.java index 1e11bcb..0782adf 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingInfo.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingInfo.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.properties; import java.awt.Rectangle; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingPanel.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingPanel.java b/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingPanel.java index d6f5b7c..9736d11 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingPanel.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/properties/SwingPanel.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.properties; import java.awt.Rectangle; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/Book.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/Book.java b/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/Book.java index 154633a..a394657 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/Book.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/Book.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.properties.pojo; // START SNIPPET: book http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/MutableBook.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/MutableBook.java b/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/MutableBook.java index 7815012..23a8fa9 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/MutableBook.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/properties/pojo/MutableBook.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.properties.pojo; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/AnyMixinType.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/AnyMixinType.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/AnyMixinType.java index 4e07572..1c7e841 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/AnyMixinType.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/AnyMixinType.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; import org.qi4j.api.concern.Concerns; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Confirmable.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Confirmable.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Confirmable.java index a5d9639..2723472 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Confirmable.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Confirmable.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; public interface Confirmable http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasCustomer.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasCustomer.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasCustomer.java index 6ec9132..ecfc9b3 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasCustomer.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasCustomer.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; public interface HasCustomer http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasLineItems.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasLineItems.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasLineItems.java index f5522c5..9bd2de1 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasLineItems.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasLineItems.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; public interface HasLineItems http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasSequenceNumber.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasSequenceNumber.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasSequenceNumber.java index d955a6b..cbb53ee 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasSequenceNumber.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/HasSequenceNumber.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; public interface HasSequenceNumber http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MailNotifySideEffect.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MailNotifySideEffect.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MailNotifySideEffect.java index 7700b72..05b6ddd 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MailNotifySideEffect.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MailNotifySideEffect.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; import org.qi4j.api.sideeffect.SideEffectOf; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAnnotation.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAnnotation.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAnnotation.java index 13b2a66..c2664bd 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAnnotation.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAnnotation.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; public @interface MyAnnotation http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAppliesToFilter.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAppliesToFilter.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAppliesToFilter.java index 6d9966b..f09e4e5 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAppliesToFilter.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyAppliesToFilter.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; import java.lang.reflect.Method; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyGenericSideEffect.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyGenericSideEffect.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyGenericSideEffect.java index d147a61..89432d5 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyGenericSideEffect.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/MyGenericSideEffect.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; import java.lang.reflect.Method; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Order.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Order.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Order.java index 3e326b6..3624835 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Order.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/Order.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; public interface Order http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/OrderEntity.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/OrderEntity.java b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/OrderEntity.java index 5b8ce85..8875ff0 100644 --- a/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/OrderEntity.java +++ b/manual/src/main/java/org/qi4j/manual/recipes/sideeffects/OrderEntity.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.recipes.sideeffects; import org.qi4j.api.entity.EntityComposite; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/travel/ExpediaService.properties ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/travel/ExpediaService.properties b/manual/src/main/java/org/qi4j/manual/travel/ExpediaService.properties index 1fcbc5f..5e00430 100644 --- a/manual/src/main/java/org/qi4j/manual/travel/ExpediaService.properties +++ b/manual/src/main/java/org/qi4j/manual/travel/ExpediaService.properties @@ -1,3 +1,18 @@ +# 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. + #// START SNIPPET: params # Hostname to the TravelPlan service hostName=expedia.hedhman.org http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/travel/Main.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/travel/Main.java b/manual/src/main/java/org/qi4j/manual/travel/Main.java index 3c8b499..167b286 100644 --- a/manual/src/main/java/org/qi4j/manual/travel/Main.java +++ b/manual/src/main/java/org/qi4j/manual/travel/Main.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.travel; import org.qi4j.bootstrap.AssemblyException; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/travel/OrbitzService.properties ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/travel/OrbitzService.properties b/manual/src/main/java/org/qi4j/manual/travel/OrbitzService.properties index a8433c1..5f410f8 100644 --- a/manual/src/main/java/org/qi4j/manual/travel/OrbitzService.properties +++ b/manual/src/main/java/org/qi4j/manual/travel/OrbitzService.properties @@ -1,3 +1,18 @@ +# 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. + #// START SNIPPET: params # Hostname to the TravelPlan service hostName=orbitz.hedhman.org http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/travel/TravelPlan.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/travel/TravelPlan.java b/manual/src/main/java/org/qi4j/manual/travel/TravelPlan.java index 8bd13eb..6067b82 100644 --- a/manual/src/main/java/org/qi4j/manual/travel/TravelPlan.java +++ b/manual/src/main/java/org/qi4j/manual/travel/TravelPlan.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.travel; // START SNIPPET: service http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/travel/TravelPlanConfiguration.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/travel/TravelPlanConfiguration.java b/manual/src/main/java/org/qi4j/manual/travel/TravelPlanConfiguration.java index 5ab1abd..55a7cc9 100644 --- a/manual/src/main/java/org/qi4j/manual/travel/TravelPlanConfiguration.java +++ b/manual/src/main/java/org/qi4j/manual/travel/TravelPlanConfiguration.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.travel; import org.qi4j.api.property.Property; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/travel/TravelPlanMixin.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/travel/TravelPlanMixin.java b/manual/src/main/java/org/qi4j/manual/travel/TravelPlanMixin.java index 7887948..f5bba98 100644 --- a/manual/src/main/java/org/qi4j/manual/travel/TravelPlanMixin.java +++ b/manual/src/main/java/org/qi4j/manual/travel/TravelPlanMixin.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.manual.travel; import org.qi4j.api.injection.scope.This; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/manual/src/main/java/org/qi4j/manual/travel/TravelPlanService.java ---------------------------------------------------------------------- diff --git a/manual/src/main/java/org/qi4j/manual/travel/TravelPlanService.java b/manual/src/main/java/org/qi4j/manual/travel/TravelPlanService.java index d3332bc..be772ae 100644 --- a/manual/src/main/java/org/qi4j/manual/travel/TravelPlanService.java +++ b/manual/src/main/java/org/qi4j/manual/travel/TravelPlanService.java @@ -1,3 +1,21 @@ +/* + * 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. + */ // START SNIPPET: serviceComposite // The package is relevant to the Initial Values discussed later. package org.qi4j.manual.travel;
