Skip to content

Commit

Permalink
feat: define qualifier to column and document
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Apr 12, 2024
1 parent 03cbc75 commit 292528c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

@Default
@ApplicationScoped
@Database(DatabaseType.COLUMN)
class DefaultColumnTemplate extends AbstractSemiStructuredTemplate implements ColumnTemplate {


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

@Default
@ApplicationScoped
@Database(DatabaseType.DOCUMENT)
class DefaultDocumentTemplate extends AbstractSemiStructuredTemplate implements DocumentTemplate {


Expand Down

0 comments on commit 292528c

Please sign in to comment.