Annotation Type NotQueryable


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface NotQueryable
    Means: Don't allow this property to be used in queries. Used for auxiliary properties that have no representation in prism structures.
    Author:
    mederly