mirror of
https://github.com/zaaarf/lillero-mapper.git
synced 2024-11-13 00:39:20 +01:00
chore: missing javadoc
This commit is contained in:
parent
12b48a4aa5
commit
560c25b43c
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ public class ClassData {
|
|||
* Should always be called only after the given mapper has finished
|
||||
* processing all classes.
|
||||
* @param mapper the mapper that generated this data
|
||||
* @return a ClassData representing the inverted mappings
|
||||
*/
|
||||
public ClassData generateReverseMappings(IMapper mapper) {
|
||||
ClassData reverse = new ClassData(this.nameMapped, this.name);
|
||||
|
|
Loading…
Reference in a new issue