Annotation Type Technical


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    @Inherited
    public @interface Technical
    This annotation is to tag an object as being a technical object and that such object shouldn't be used directly but only to implement technical mechanism for business or other technical features.
    Author:
    mmoquillon