docs: update comments

This commit is contained in:
2023-09-12 13:53:55 +08:00
parent c3481acb2d
commit b6507c0e99
25 changed files with 25 additions and 25 deletions

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/25. * This file is created by fankes on 2023/8/25.
*/ */
package com.highcapable.sweetproperty package com.highcapable.sweetproperty

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/28. * This file is created by fankes on 2023/8/28.
*/ */
package com.highcapable.sweetproperty.gradle.entity package com.highcapable.sweetproperty.gradle.entity

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
@file:Suppress("unused", "USELESS_CAST", "KotlinRedundantDiagnosticSuppress") @file:Suppress("unused", "USELESS_CAST", "KotlinRedundantDiagnosticSuppress")

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.gradle.factory package com.highcapable.sweetproperty.gradle.factory

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.gradle.proxy package com.highcapable.sweetproperty.gradle.proxy

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.plugin package com.highcapable.sweetproperty.plugin

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/25. * This file is created by fankes on 2023/8/25.
*/ */
@file:Suppress("unused") @file:Suppress("unused")

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/28. * This file is created by fankes on 2023/8/28.
*/ */
package com.highcapable.sweetproperty.plugin.config.default package com.highcapable.sweetproperty.plugin.config.default

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/28. * This file is created by fankes on 2023/8/28.
*/ */
package com.highcapable.sweetproperty.plugin.config.factory package com.highcapable.sweetproperty.plugin.config.factory

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/25. * This file is created by fankes on 2023/8/25.
*/ */
package com.highcapable.sweetproperty.plugin.config.proxy package com.highcapable.sweetproperty.plugin.config.proxy

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/25. * This file is created by fankes on 2023/8/25.
*/ */
@file:Suppress("unused") @file:Suppress("unused")

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.plugin.extension.accessors.proxy package com.highcapable.sweetproperty.plugin.extension.accessors.proxy

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/25. * This file is created by fankes on 2023/8/25.
*/ */
@file:Suppress("unused", "MemberVisibilityCanBePrivate", "PropertyName") @file:Suppress("unused", "MemberVisibilityCanBePrivate", "PropertyName")

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.plugin.generator package com.highcapable.sweetproperty.plugin.generator

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.plugin.generator package com.highcapable.sweetproperty.plugin.generator

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.plugin.generator.factory package com.highcapable.sweetproperty.plugin.generator.factory

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/30. * This file is created by fankes on 2023/8/30.
*/ */
package com.highcapable.sweetproperty.plugin.helper package com.highcapable.sweetproperty.plugin.helper

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
@file:Suppress("unused") @file:Suppress("unused")

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/26. * This file is created by fankes on 2023/8/26.
*/ */
package com.highcapable.sweetproperty.utils package com.highcapable.sweetproperty.utils

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.utils.code package com.highcapable.sweetproperty.utils.code

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.utils.code.entity package com.highcapable.sweetproperty.utils.code.entity

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
@file:Suppress("unused") @file:Suppress("unused")

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
package com.highcapable.sweetproperty.utils.debug package com.highcapable.sweetproperty.utils.debug

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
@file:Suppress("unused") @file:Suppress("unused")

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is Created by fankes on 2023/8/27. * This file is created by fankes on 2023/8/27.
*/ */
@file:Suppress("unused") @file:Suppress("unused")