Skip to content

Commit 19e8610

Browse files
BAEL-4199 : package-info-java (eugenp#10637)
* BAEL-4199 : package-info-java * BAEL-4199: Removing entry from readme * BAEL-4199: Addressing review comments
1 parent 74c7e97 commit 19e8610

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • core-java-modules/core-java-lang-4/src/main/java/com/baeldung/finalkeyword
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* This module is about impact of the final keyword on performance
3+
* <p>
4+
* This module explores if there are any performance benefits from
5+
* using the final keyword in our code. This module examines the performance
6+
* implications of using final on a variable, method, and class level.
7+
* </p>
8+
*
9+
* @since 1.0
10+
* @author baeldung
11+
* @version 1.1
12+
*/
13+
package com.baeldung.finalkeyword;

0 commit comments

Comments
 (0)