Skip to content

Commit 8bede16

Browse files
Add package-info
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent c20b7b3 commit 8bede16

File tree

2 files changed

+28
-1
lines changed
  • auto-configurations/models/spring-ai-autoconfigure-model-openai/src/main/java/org/springframework/ai/model/openai/autoconfigure
  • spring-ai-model/src/main/java/org/springframework/ai/model

2 files changed

+28
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright 2025-2025 the original author or 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+
@NonNullApi
18+
@NonNullFields
19+
package org.springframework.ai.model.openai.autoconfigure;
20+
21+
import org.springframework.lang.NonNullApi;
22+
import org.springframework.lang.NonNullFields;

spring-ai-model/src/main/java/org/springframework/ai/model/package-info.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2024 the original author or authors.
2+
* Copyright 2023-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,4 +25,9 @@
2525
*
2626
*/
2727

28+
@NonNullApi
29+
@NonNullFields
2830
package org.springframework.ai.model;
31+
32+
import org.springframework.lang.NonNullApi;
33+
import org.springframework.lang.NonNullFields;

0 commit comments

Comments
 (0)