Skip to content

Commit

Permalink
Feat #192: Added logo to the projection
Browse files Browse the repository at this point in the history
  • Loading branch information
fjlopez committed Nov 6, 2024
1 parent c2d151c commit a8e53fe
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,9 @@ public interface ApplicationProjection {
@Value("#{target.createdDate}")
Date getCreatedDate();

/**
* Application logo.
*/
@Value("#{target.logo}")
String getLogo();
}

0 comments on commit a8e53fe

Please sign in to comment.