Skip to content

Commit

Permalink
Mark @JinjavaDoc as @inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmith-hs committed Sep 9, 2024
1 parent 789cfe2 commit c981549
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package com.hubspot.jinjava.doc.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE, ElementType.METHOD })
@Inherited
public @interface JinjavaDoc {
String value() default "";

Expand Down

0 comments on commit c981549

Please sign in to comment.