Skip to content

Commit 6f7e48c

Browse files
authored
Add package-info.java for documentation clarity (#1334)
2 parents 596e771 + a3f9c9b commit 6f7e48c

File tree

18 files changed

+434
-0
lines changed

18 files changed

+434
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.expr.node;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.expr;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.expr.util;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.jdbc.command;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.jdbc.dao;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.jdbc.dialect;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.jdbc.entity;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.jdbc;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.jdbc.scalar;
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright Doma Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
/**
17+
* Internal implementation details for the Doma framework.
18+
*
19+
* <p>The classes and interfaces in this package are intended solely for the internal implementation
20+
* of the Doma framework. They are not part of the public API and may be changed or removed without
21+
* notice in future releases. Do not use them directly from external code.
22+
*/
23+
package org.seasar.doma.internal.jdbc.sql.node;

0 commit comments

Comments
 (0)