Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit c66d4fa

Browse files
committed
Make javadoc of codec package visible
Add package info for codec.lob package.
1 parent 925ebf4 commit c66d4fa

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<version>3.2.0</version>
242242
<configuration>
243243
<excludePackageNames>
244-
dev.miku.r2dbc.mysql.authentication,dev.miku.r2dbc.mysql.client,dev.miku.r2dbc.mysql.util,dev.miku.r2dbc.mysql.codec,dev.miku.r2dbc.mysql.message
244+
dev.miku.r2dbc.mysql.authentication,dev.miku.r2dbc.mysql.client,dev.miku.r2dbc.mysql.util,dev.miku.r2dbc.mysql.codec.lob,dev.miku.r2dbc.mysql.message
245245
</excludePackageNames>
246246
<links>
247247
<link>https://projectreactor.io/docs/core/release/api/</link>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
* Copyright 2018-2020 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+
* http://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+
/**
18+
* The support of LOB (Blob, Clob).
19+
*/
20+
21+
@NonNullApi
22+
package dev.miku.r2dbc.mysql.codec.lob;
23+
24+
import reactor.util.annotation.NonNullApi;

0 commit comments

Comments
 (0)