Skip to content

Commit

Permalink
ported from media-services.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed May 2, 2024
1 parent b4ae07c commit 24697ce
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package nl.vpro.hibernate.search6;

/**
* Just marks a method as using Hibernate Search. Just for documentation purposes.
*/
public @interface HibernateSearch {

State implemented() default State.TODO;

enum State {
TODO,
READY,
BUSY
}
}

0 comments on commit 24697ce

Please sign in to comment.