Skip to content

Commit 167966c

Browse files
committed
Add internal annotations
1 parent 1a8766a commit 167966c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/com/inet/gradle/setup/abstracts/SetupSources.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ default CopySpec expand( Map<String,?> arg0, Action<? super ExpandDetails> arg1
459459
* {@inheritDoc}
460460
*/
461461
@Override
462+
@Internal
462463
default CopyProcessingSpec dirPermissions( Action<? super ConfigurableFilePermissions> arg0 ) {
463464
return getRootSpec().dirPermissions( arg0 );
464465
}
@@ -467,6 +468,7 @@ default CopyProcessingSpec dirPermissions( Action<? super ConfigurableFilePermis
467468
* {@inheritDoc}
468469
*/
469470
@Override
471+
@Internal
470472
default CopyProcessingSpec filePermissions( Action<? super ConfigurableFilePermissions> arg0 ) {
471473
return getRootSpec().filePermissions( arg0 );
472474
}
@@ -475,6 +477,7 @@ default CopyProcessingSpec filePermissions( Action<? super ConfigurableFilePermi
475477
* {@inheritDoc}
476478
*/
477479
@Override
480+
@Internal
478481
default Property<ConfigurableFilePermissions> getDirPermissions() {
479482
return getRootSpec().getDirPermissions();
480483
}
@@ -483,6 +486,7 @@ default Property<ConfigurableFilePermissions> getDirPermissions() {
483486
* {@inheritDoc}
484487
*/
485488
@Override
489+
@Internal
486490
default Property<ConfigurableFilePermissions> getFilePermissions() {
487491
return getRootSpec().getFilePermissions();
488492
}

0 commit comments

Comments
 (0)