Skip to content

Commit

Permalink
CAMEL-7999: apt compiler to generate json schema documentation for th…
Browse files Browse the repository at this point in the history
…e model, whcih we later use to enrich the xml xsd to include documentation. Work in progress.
  • Loading branch information
davsclaus committed Dec 31, 2014
1 parent 4c13048 commit e5bdc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
*/
@SupportedAnnotationTypes({"javax.xml.bind.annotation.*", "org.apache.camel.spi.Label"})
@SupportedSourceVersion(SourceVersion.RELEASE_7)
public class ModelDocumentationAnnotationProcessor extends AbstractAnnotationProcessor {
public class EipAnnotationProcessor extends AbstractAnnotationProcessor {

// special when using expression/predicates in the model
private static final String ONE_OF_TYPE_NAME = "org.apache.camel.model.ExpressionSubElementDefinition";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
org.apache.camel.tools.apt.EipAnnotationProcessor
org.apache.camel.tools.apt.EndpointAnnotationProcessor
org.apache.camel.tools.apt.ModelDocumentationAnnotationProcessor

0 comments on commit e5bdc17

Please sign in to comment.